PHP 클래스 Kraken\_Unit\Loop\Tick\TickContinousQueueTest

상속: extends Kraken\Test\TUnit
파일 보기 프로젝트 열기: kraken-php/framework

공개 메소드들

메소드 설명
createTickQueue ( ) : TickContinousQueueMock
testApiAdd_AddsListener ( )
testApiConstructor_DoesNotThrowException ( )
testApiDestructor_DoesNotThrowException ( )
testApiIsEmpty_ReturnsFalse_WhenQueueIsNotEmpty ( )
testApiIsEmpty_ReturnsTrue_WhenQueueIsEmpty ( )
testApiTick_InvokesCallbacksThatWereOnQueueBeforeTickAndNewlyAdded ( )

메소드 상세

createTickQueue() 공개 메소드

public createTickQueue ( ) : TickContinousQueueMock
리턴 Kraken\_Unit\Loop\_Mock\Timer\TickContinousQueueMock

testApiAdd_AddsListener() 공개 메소드

testApiConstructor_DoesNotThrowException() 공개 메소드

testApiDestructor_DoesNotThrowException() 공개 메소드

testApiIsEmpty_ReturnsFalse_WhenQueueIsNotEmpty() 공개 메소드

testApiIsEmpty_ReturnsTrue_WhenQueueIsEmpty() 공개 메소드

testApiTick_InvokesCallbacksThatWereOnQueueBeforeTickAndNewlyAdded() 공개 메소드