PHP Class Comos\Qpm\Supervision\ConfigTest

Inheritance: extends PHPUnit_Framework_TestCase, implements Comos\Qpm\Process\Runnable
Afficher le fichier Open project: comos/qpm

Méthodes publiques

Méthode Description
dataProviderOfTermTimeout ( )
dataProvider_isTimeoutEnabled ( )
processLauncherMissedDataProvider ( )
testGetFactory ( )
testGetFactory_InvalidRunnableCallback ( )
testGetFactory_RunnableCallback ( )
testGetQuantity ( )
testTermTimeout ( $termTimeout, $expectedIsKillOnTimeout, $expectedTermTimeout )
testTimeout ( $timeout, $expectedEnabled, $expectedTimeout )
test__Construct ( )
test__Construct_FactoryIsNotCallable ( )
test__Construct_MaxRestartTimesIsNotNumeric ( )
test__Construct_MaxRestartTimesIsStringButNumeric ( )
test__Construct_MissWayToStartNewProcess ( $data )
test__Construct_QuantityMustBePositiveInteger ( )
test__Construct_WorkerIsNotRunnable ( )

Method Details

dataProviderOfTermTimeout() public méthode

dataProvider_isTimeoutEnabled() public méthode

processLauncherMissedDataProvider() public méthode

testGetFactory() public méthode

public testGetFactory ( )

testGetFactory_InvalidRunnableCallback() public méthode

testGetFactory_RunnableCallback() public méthode

testGetQuantity() public méthode

public testGetQuantity ( )

testTermTimeout() public méthode

public testTermTimeout ( $termTimeout, $expectedIsKillOnTimeout, $expectedTermTimeout )

testTimeout() public méthode

public testTimeout ( $timeout, $expectedEnabled, $expectedTimeout )

test__Construct() public méthode

public test__Construct ( )

test__Construct_FactoryIsNotCallable() public méthode

test__Construct_MaxRestartTimesIsNotNumeric() public méthode

test__Construct_MaxRestartTimesIsStringButNumeric() public méthode

test__Construct_MissWayToStartNewProcess() public méthode

test__Construct_QuantityMustBePositiveInteger() public méthode

test__Construct_WorkerIsNotRunnable() public méthode