PHP 클래스 PhpSpec\Event\SuiteEvent

상속: extends Symfony\Component\EventDispatcher\Event, implements PhpSpecEvent
파일 보기 프로젝트 열기: phpspec/phpspec 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( PhpSpec\Loader\Suite $suite, float $time = null, integer $result = null )
getResult ( ) : integer
getSuite ( ) : PhpSpec\Loader\Suite
getTime ( ) : float
isWorthRerunning ( ) : boolean
markAsNotWorthRerunning ( )
markAsWorthRerunning ( )

메소드 상세

__construct() 공개 메소드

public __construct ( PhpSpec\Loader\Suite $suite, float $time = null, integer $result = null )
$suite PhpSpec\Loader\Suite
$time float
$result integer

getResult() 공개 메소드

public getResult ( ) : integer
리턴 integer

getSuite() 공개 메소드

public getSuite ( ) : PhpSpec\Loader\Suite
리턴 PhpSpec\Loader\Suite

getTime() 공개 메소드

public getTime ( ) : float
리턴 float

isWorthRerunning() 공개 메소드

public isWorthRerunning ( ) : boolean
리턴 boolean

markAsNotWorthRerunning() 공개 메소드

markAsWorthRerunning() 공개 메소드