Expand description

Strategies used for abstract state machine testing.

Structs§

  • In a sequential state machine strategy, we first generate an acceptable sequence of transitions. That is a sequence that satisfies the given pre-conditions. The acceptability of each transition in the sequence depends on the current state of the state machine, which is updated by the transitions with the next function.
  • The generated value tree for a sequential state machine.

Traits§