PHP 클래스 Phive\Queue\Tests\Queue\ExceptionalQueueTest

상속: extends PHPUnit_Framework_TestCase, use trait Util
파일 보기 프로젝트 열기: rybakit/phive-queue

보호된 프로퍼티들

프로퍼티 타입 설명
$innerQueue
$queue

공개 메소드들

메소드 설명
testClear ( )
testCount ( )
testPop ( )
testPush ( )
testThrowOriginalQueueException ( $method )
testThrowWrappedQueueException ( $method )

보호된 메소드들

메소드 설명
setUp ( )

메소드 상세

setUp() 보호된 메소드

protected setUp ( )

testClear() 공개 메소드

public testClear ( )

testCount() 공개 메소드

public testCount ( )

testPop() 공개 메소드

public testPop ( )

testPush() 공개 메소드

public testPush ( )

testThrowOriginalQueueException() 공개 메소드

public testThrowOriginalQueueException ( $method )

testThrowWrappedQueueException() 공개 메소드

public testThrowWrappedQueueException ( $method )

프로퍼티 상세

$innerQueue 보호되어 있는 프로퍼티

protected $innerQueue

$queue 보호되어 있는 프로퍼티

protected $queue