gen.actions {hedgehog} | R Documentation |
Generate a list of possible actions.
gen.actions(initial.state, commands)
initial.state |
the starting state to build from which is appropriate for this state machine generator. |
commands |
the list of commands which we can select choose from. Only commands appropriate for the state will actually be selected. |
a list of actions to run during testing