PHP Class Kraken\_Unit\Loop\Flow\FlowControllerTest

Inheritance: extends Kraken\Test\TUnit
Show file Open project: kraken-php/framework

Public Methods

Method Description
createFlowController ( ) : FlowController
testApiConstructor_DoesNotThrowExceptions ( )
testApiDestructor_DoesNotThrowExceptions ( )
testApiIsRunning_ReturnsFalse_AfterCreation ( )
testApiIsRunning_ReturnsFalse_WhenFlowControllerIsStopped ( )
testApiIsRunning_ReturnsTrue_WhenFlowControllerIsStarted ( )
testApiStart_StartsFlowController ( )
testApiStop_StopsFlowController ( )

Method Details

createFlowController() public method

public createFlowController ( ) : FlowController
return Kraken\Loop\Flow\FlowController

testApiConstructor_DoesNotThrowExceptions() public method

testApiDestructor_DoesNotThrowExceptions() public method

testApiIsRunning_ReturnsFalse_AfterCreation() public method

testApiIsRunning_ReturnsFalse_WhenFlowControllerIsStopped() public method

testApiIsRunning_ReturnsTrue_WhenFlowControllerIsStarted() public method

testApiStart_StartsFlowController() public method

testApiStop_StopsFlowController() public method