Méthode |
Description |
|
it_aggregates_testcase_nodes_and_store_them_after_specification_run ( SpecificationEvent $event ) |
|
|
it_aggregates_testsuite_nodes_and_display_them_after_suite_run ( SuiteEvent $event, $io, $stats ) |
|
|
it_is_an_event_subscriber ( ) |
|
|
it_stores_a_testcase_node_after_broken_example_run ( ExampleEvent $event, SpecificationNode $specification, ReflectionClass $refClass ) |
|
|
it_stores_a_testcase_node_after_failed_example_run ( ExampleEvent $event, SpecificationNode $specification, ReflectionClass $refClass ) |
|
|
it_stores_a_testcase_node_after_passed_example_run ( ExampleEvent $event, SpecificationNode $specification, ReflectionClass $refClass ) |
|
|
it_stores_a_testcase_node_after_skipped_example_run ( ExampleEvent $event, SpecificationNode $specification, ReflectionClass $refClass ) |
|
|
let ( PhpSpec\Formatter\Presenter\Presenter $presenter, PhpSpec\IO\IO $io, PhpSpec\Listener\StatisticsCollector $stats ) |
|
|