PHP 클래스 bandwidthThrottle\tokenBucket\storage\IPCStorageTest

또한 보기: IPCStorage
저자: Markus Malkusch ([email protected])
상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: bandwidth-throttle/token-bucket

공개 메소드들

메소드 설명
testBuildFailsForInvalidKey ( ) Tests building fails for an invalid key.
testGetMicrotimeFails ( ) Tests getMicrotime() fails.
testRemoveFails ( ) Tests remove() fails.
testSetMicrotimeFails ( ) Tests setMicrotime() fails.
testfailRemovingSemaphore ( ) Tests removing semaphore fails.

메소드 상세

testBuildFailsForInvalidKey() 공개 메소드

Tests building fails for an invalid key.

testGetMicrotimeFails() 공개 메소드

Tests getMicrotime() fails.

testRemoveFails() 공개 메소드

Tests remove() fails.
public testRemoveFails ( )

testSetMicrotimeFails() 공개 메소드

Tests setMicrotime() fails.

testfailRemovingSemaphore() 공개 메소드

Tests removing semaphore fails.