gen.actions {hedgehog} | R Documentation |
Generate a list of possible actions.
Description
Generate a list of possible actions.
Usage
gen.actions(initial.state, commands)
Arguments
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. |
Value
a list of actions to run during testing
[Package hedgehog version 0.1 Index]