PHP Class izzum\statemachine\loader\JSONTest

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

Public Methods

Method Description
shouldBehave ( )
shouldLoadTransitionsFromFile ( )
shouldLoadTransitionsFromJSONString ( )
shouldThrowExceptionForBadJsonData ( )
shouldThrowExceptionForNoMachineData ( )
shouldThrowExceptionForNoReadPermissions ( )
shouldThrowExceptionForNonExistentFileLoading ( )

Protected Methods

Method Description
getJSON ( )

Method Details

getJSON() protected method

protected getJSON ( )

shouldBehave() public method

public shouldBehave ( )

shouldLoadTransitionsFromFile() public method

shouldLoadTransitionsFromJSONString() public method

shouldThrowExceptionForBadJsonData() public method

shouldThrowExceptionForNoMachineData() public method

shouldThrowExceptionForNoReadPermissions() public method

shouldThrowExceptionForNonExistentFileLoading() public method