PHP Class PhpSpec\Event\SuiteEvent

Inheritance: extends Symfony\Component\EventDispatcher\Event, implements PhpSpecEvent
Afficher le fichier Open project: phpspec/phpspec Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( PhpSpec\Loader\Suite $suite, float $time = null, integer $result = null )
getResult ( ) : integer
getSuite ( ) : PhpSpec\Loader\Suite
getTime ( ) : float
isWorthRerunning ( ) : boolean
markAsNotWorthRerunning ( )
markAsWorthRerunning ( )

Method Details

__construct() public méthode

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

getResult() public méthode

public getResult ( ) : integer
Résultat integer

getSuite() public méthode

public getSuite ( ) : PhpSpec\Loader\Suite
Résultat PhpSpec\Loader\Suite

getTime() public méthode

public getTime ( ) : float
Résultat float

isWorthRerunning() public méthode

public isWorthRerunning ( ) : boolean
Résultat boolean

markAsNotWorthRerunning() public méthode

markAsWorthRerunning() public méthode