PHP Class spec\PhpSpec\Event\ExampleEventSpec

Inheritance: extends PhpSpec\ObjectBehavior
Mostra file Open project: phpspec/phpspec

Public Methods

Method Description
it_is_an_event ( )
it_provides_a_link_to_example ( $example )
it_provides_a_link_to_exception ( $exception )
it_provides_a_link_to_result ( )
it_provides_a_link_to_specification ( $specification )
it_provides_a_link_to_suite ( $suite )
it_provides_a_link_to_time ( )
let ( PhpSpec\Loader\Suite $suite, SpecificationNode $specification, ExampleNode $example, Exception $exception )

Method Details

it_is_an_event() public method

public it_is_an_event ( )

let() public method

public let ( PhpSpec\Loader\Suite $suite, SpecificationNode $specification, ExampleNode $example, Exception $exception )
$suite PhpSpec\Loader\Suite
$specification PhpSpec\Loader\Node\SpecificationNode
$example PhpSpec\Loader\Node\ExampleNode
$exception Exception