PHP Class Metabor\Statemachine\StatemachineTest

Author: Oliver Tischlinger
Inheritance: extends MetaborStd\Statemachine\StatemachineInterfaceTest
Show file Open project: metabor/statemachine

Public Methods

Method Description
testThrowsExcpetionIfCurrentStateDidNotHaveTriggeredEvent ( )

Protected Methods

Method Description
createTestInstance ( )
getTestInstanceForCheckTest ( ) : MetaborStd\Statemachine\StatemachineInterface
getTransitionForCheckTest ( )
getTransitionForTriggerTest ( )

Method Details

createTestInstance() protected method

See also: MetaborStd\Statemachine\StatemachineInterfaceTest::createTestInstance()
protected createTestInstance ( )

getTestInstanceForCheckTest() protected method

protected getTestInstanceForCheckTest ( ) : MetaborStd\Statemachine\StatemachineInterface
return MetaborStd\Statemachine\StatemachineInterface

getTransitionForCheckTest() protected method

See also: MetaborStd\Statemachine\StatemachineInterfaceTest::getTransitionForCheckTest()

getTransitionForTriggerTest() protected method

See also: MetaborStd\Statemachine\StatemachineInterfaceTest::getTransitionForTriggerTest()

testThrowsExcpetionIfCurrentStateDidNotHaveTriggeredEvent() public method