PHP 클래스 malkusch\lock\mutex\CASMutexTest

또한 보기: CASMutex
저자: Markus Malkusch ([email protected])
상속: extends PHPUnit_Framework_TestCase, use trait phpmock\phpunit\PHPMock
파일 보기 프로젝트 열기: malkusch/lock

공개 메소드들

메소드 설명
testExceedTimeout ( ) Tests exceeding the execution timeout.
testExceptionStopsIteration ( ) Tests that an exception would stop any further iteration.
testIteration ( ) Tests that the code is executed more times.
testNotify ( ) Tests notify() will stop the iteration and return the result.

보호된 메소드들

메소드 설명
setUp ( )

메소드 상세

setUp() 보호된 메소드

protected setUp ( )

testExceedTimeout() 공개 메소드

Tests exceeding the execution timeout.
public testExceedTimeout ( )

testExceptionStopsIteration() 공개 메소드

Tests that an exception would stop any further iteration.

testIteration() 공개 메소드

Tests that the code is executed more times.
public testIteration ( )

testNotify() 공개 메소드

Tests notify() will stop the iteration and return the result.
public testNotify ( )