PHP Класс malkusch\lock\mutex\CASMutexTest

См. также: CASMutex
Автор: Markus Malkusch ([email protected])
Наследование: extends PHPUnit_Framework_TestCase, use trait phpmock\phpunit\PHPMock
Показать файл Открыть проект

Открытые методы

Метод Описание
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 ( )