PHP Интерфейс Eris\Listener

Показать файл Открыть проект

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

Метод Описание
endPropertyVerification ( integer $ordinaryEvaluations, integer $iterations, Exception $exception = null ) : void
failure ( array $generation, Exception $exception ) : void
newGeneration ( array $generation, integer $iteration ) : void
shrinking ( array $generation ) : void
startPropertyVerification ( ) : void

Описание методов

endPropertyVerification() публичный Метод

public endPropertyVerification ( integer $ordinaryEvaluations, integer $iterations, Exception $exception = null ) : void
$ordinaryEvaluations integer the number of inputs effectively evaluated, not filtered out. Does not count evaluations used in shrinking
$iterations integer the total number of inputs that have been generated
$exception Exception tells if the test has failed and specifies the exact exception
Результат void

failure() публичный Метод

public failure ( array $generation, Exception $exception ) : void
$generation array of mixed values
$exception Exception assertion failure
Результат void

newGeneration() публичный Метод

public newGeneration ( array $generation, integer $iteration ) : void
$generation array of mixed values
$iteration integer index of current iteration
Результат void

shrinking() публичный Метод

public shrinking ( array $generation ) : void
$generation array of mixed values
Результат void

startPropertyVerification() публичный Метод

public startPropertyVerification ( ) : void
Результат void