PHP Class Kraken\_Unit\Runtime\Container\Manager\ThreadManagerNullTest

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

Public Methods

Method Description
createThreadManager ( ) : ThreadManagerNull
testApiConstructor_CreatesInstance ( )
testApiCreateThread_RejectsPromise ( )
testApiCreateThreads_RejectsPromise ( )
testApiDestroyThread_ResolvesPromise ( )
testApiDestroyThreads_ResolvesPromise ( )
testApiDestructor_DoesNotThrowException ( )
testApiExistsThread_ReturnsFalse ( )
testApiFlushThreads_ResolvesPromise ( )
testApiGetThreads_ResolvesPromiseWithEmptyArray ( )
testApiStartThread_RejectsPromise ( )
testApiStartThreads_RejectsPromise ( )
testApiStopThread_RejectsPromise ( )
testApiStopThreads_RejectsPromise ( )

Method Details

createThreadManager() public method

public createThreadManager ( ) : ThreadManagerNull
return Kraken\Runtime\Container\Manager\ThreadManagerNull

testApiConstructor_CreatesInstance() public method

testApiCreateThread_RejectsPromise() public method

testApiCreateThreads_RejectsPromise() public method

testApiDestroyThread_ResolvesPromise() public method

testApiDestroyThreads_ResolvesPromise() public method

testApiDestructor_DoesNotThrowException() public method

testApiExistsThread_ReturnsFalse() public method

testApiFlushThreads_ResolvesPromise() public method

testApiGetThreads_ResolvesPromiseWithEmptyArray() public method

testApiStartThread_RejectsPromise() public method

testApiStartThreads_RejectsPromise() public method

testApiStopThread_RejectsPromise() public method

testApiStopThreads_RejectsPromise() public method