January 2019
Intermediate to advanced
376 pages
8h 49m
English
State machine properties are very similar to regular stateful properties, conceptually speaking. They share the same the three major components:
A model, which represents what the system should do at a high level.
A generator for commands, which represent the execution flow of the program.
An actual system, which is validated against our model.
Since FSM properties are really a specialization of stateful properties, the differences are subtle. If switching from basic to stateful properties was like trying an entirely new kind of food you had never seen before, learning about FSM properties should feel more like eating a new kind of spaghetti sauce.
The model for state machine properties keeps the ...
Read now
Unlock full access