PHP 인터페이스 Eris\Listener

파일 보기 프로젝트 열기: giorgiosironi/eris

공개 메소드들

메소드 설명
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