PHP Class PhpSpec\Event\SpecificationEvent

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 ( SpecificationNode $specification, float $time = null, integer $result = null )
getResult ( ) : integer
getSpecification ( ) : SpecificationNode
getSuite ( ) : PhpSpec\Loader\Suite
getTime ( ) : float
getTitle ( ) : string

Method Details

__construct() public méthode

public __construct ( SpecificationNode $specification, float $time = null, integer $result = null )
$specification PhpSpec\Loader\Node\SpecificationNode
$time float
$result integer

getResult() public méthode

public getResult ( ) : integer
Résultat integer

getSpecification() public méthode

public getSpecification ( ) : SpecificationNode
Résultat PhpSpec\Loader\Node\SpecificationNode

getSuite() public méthode

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

getTime() public méthode

public getTime ( ) : float
Résultat float

getTitle() public méthode

public getTitle ( ) : string
Résultat string