PHP Class Kraken\_Unit\Loop\Tick\TickFiniteQueueTest

Inheritance: extends Kraken\Test\TUnit
Afficher le fichier Open project: kraken-php/framework

Méthodes publiques

Méthode Description
createTickQueue ( ) : TickFiniteQueueMock
testApiAdd_AddsListener ( )
testApiConstructor_DoesNotThrowException ( )
testApiDestructor_DoesNotThrowException ( )
testApiIsEmpty_ReturnsFalse_WhenQueueIsNotEmpty ( )
testApiIsEmpty_ReturnsTrue_WhenQueueIsEmpty ( )
testApiTick_InvokesOnlyCallbacksThatWereOnQueueBeforeTick ( )

Method Details

createTickQueue() public méthode

public createTickQueue ( ) : TickFiniteQueueMock
Résultat Kraken\_Unit\Loop\_Mock\Timer\TickFiniteQueueMock

testApiAdd_AddsListener() public méthode

testApiConstructor_DoesNotThrowException() public méthode

testApiDestructor_DoesNotThrowException() public méthode

testApiIsEmpty_ReturnsFalse_WhenQueueIsNotEmpty() public méthode

testApiIsEmpty_ReturnsTrue_WhenQueueIsEmpty() public méthode

testApiTick_InvokesOnlyCallbacksThatWereOnQueueBeforeTick() public méthode