PHP Class spec\PhpSpec\Listener\StopOnFailureListenerSpec

Inheritance: extends PhpSpec\ObjectBehavior
Exibir arquivo Open project: phpspec/phpspec

Public Methods

Method Description
it_does_not_throw_an_exception_when_an_example_breaks_and_option_is_not_set ( ExampleEvent $event )
it_does_not_throw_an_exception_when_an_example_fails_and_option_is_not_set ( ExampleEvent $event )
it_does_not_throw_any_exception_for_unimplemented_examples ( ExampleEvent $event )
it_does_not_throw_any_exception_when_example_succeeds ( ExampleEvent $event )
it_is_an_event_subscriber ( )
it_throws_an_exception_when_an_example_breaks_and_option_is_set ( ExampleEvent $event, $io )
it_throws_an_exception_when_an_example_fails_and_option_is_set ( ExampleEvent $event, $io )
let ( ConsoleIO $io )

Method Details

it_does_not_throw_an_exception_when_an_example_breaks_and_option_is_not_set() public method

public it_does_not_throw_an_exception_when_an_example_breaks_and_option_is_not_set ( ExampleEvent $event )
$event PhpSpec\Event\ExampleEvent

it_does_not_throw_an_exception_when_an_example_fails_and_option_is_not_set() public method

public it_does_not_throw_an_exception_when_an_example_fails_and_option_is_not_set ( ExampleEvent $event )
$event PhpSpec\Event\ExampleEvent

it_does_not_throw_any_exception_for_unimplemented_examples() public method

public it_does_not_throw_any_exception_for_unimplemented_examples ( ExampleEvent $event )
$event PhpSpec\Event\ExampleEvent

it_does_not_throw_any_exception_when_example_succeeds() public method

public it_does_not_throw_any_exception_when_example_succeeds ( ExampleEvent $event )
$event PhpSpec\Event\ExampleEvent

it_is_an_event_subscriber() public method

it_throws_an_exception_when_an_example_breaks_and_option_is_set() public method

public it_throws_an_exception_when_an_example_breaks_and_option_is_set ( ExampleEvent $event, $io )
$event PhpSpec\Event\ExampleEvent

it_throws_an_exception_when_an_example_fails_and_option_is_set() public method

public it_throws_an_exception_when_an_example_fails_and_option_is_set ( ExampleEvent $event, $io )
$event PhpSpec\Event\ExampleEvent

let() public method

public let ( ConsoleIO $io )
$io PhpSpec\Console\ConsoleIO