PHP Class PHPSpec2\Event\ExampleEvent

Inheritance: extends Symfony\Component\EventDispatcher\Event, implements EventInterface
Mostra file Open project: phpspec/phpspec2 Class Usage Examples

Public Methods

Method Description
__construct ( Example $example, $time = null, $result = null, Exception $exception = null )
getExample ( )
getException ( )
getResult ( )
getSpecification ( )
getTime ( )

Method Details

__construct() public method

public __construct ( Example $example, $time = null, $result = null, Exception $exception = null )
$example PHPSpec2\Loader\Node\Example
$exception Exception

getExample() public method

public getExample ( )

getException() public method

public getException ( )

getResult() public method

public getResult ( )

getSpecification() public method

public getSpecification ( )

getTime() public method

public getTime ( )