PHP Class izzum\statemachine\utils\UtilsTest

Author: rolf
Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: rolfvreijdenberger/izzum-statemachine

Public Methods

Method Description
shouldFailConfigurationCheckForMachineWithBadCallables ( ) https://github.com/rolfvreijdenberger/izzum-statemachine/issues/7
shouldGetCommandWithEntity ( )
shouldGetCompositeCommand ( )
shouldGetExceptionForInvalidCommand ( )
shouldGetExceptionForNonExistingCommand ( )
shouldGetNullCommand ( )
shouldMatchValidRegexAndNegatedRegex ( )
shouldPassConfigurationCheckForBasicMachine ( ) https://github.com/rolfvreijdenberger/izzum-statemachine/issues/7
shouldPassConfigurationCheckForMachineWithGoodCallables ( ) https://github.com/rolfvreijdenberger/izzum-statemachine/issues/7
shouldReturnArrayOfMatchedStates ( )
shouldReturnCorrectTransitionName ( )
shouldWrapException ( )

Method Details

shouldFailConfigurationCheckForMachineWithBadCallables() public method

https://github.com/rolfvreijdenberger/izzum-statemachine/issues/7

shouldGetCommandWithEntity() public method

shouldGetCompositeCommand() public method

shouldGetExceptionForInvalidCommand() public method

shouldGetExceptionForNonExistingCommand() public method

shouldGetNullCommand() public method

shouldMatchValidRegexAndNegatedRegex() public method

shouldPassConfigurationCheckForBasicMachine() public method

https://github.com/rolfvreijdenberger/izzum-statemachine/issues/7

shouldPassConfigurationCheckForMachineWithGoodCallables() public method

https://github.com/rolfvreijdenberger/izzum-statemachine/issues/7

shouldReturnArrayOfMatchedStates() public method

shouldReturnCorrectTransitionName() public method

shouldWrapException() public method

public shouldWrapException ( )