Méthode | Description | |
---|---|---|
it_does_not_prompt_for_method_generation_if_input_is_not_interactive ( $exampleEvent, $suiteEvent, $io, PhpSpec\Exception\Fracture\NamedConstructorNotFoundException $exception ) | ||
it_does_not_prompt_for_method_generation_if_no_exception_was_thrown ( $exampleEvent, $suiteEvent, $io ) | ||
it_does_not_prompt_for_method_generation_if_non_namedconstructornotfoundexception_was_thrown ( $exampleEvent, $suiteEvent, $io, InvalidArgumentException $exception ) | ||
it_prompts_for_method_generation_if_namedconstructornotfoundexception_was_thrown_and_input_is_interactive ( $exampleEvent, $suiteEvent, $io, PhpSpec\Exception\Fracture\NamedConstructorNotFoundException $exception ) | ||
let ( |
public it_does_not_prompt_for_method_generation_if_input_is_not_interactive ( $exampleEvent, $suiteEvent, $io, PhpSpec\Exception\Fracture\NamedConstructorNotFoundException $exception ) | ||
$exception | PhpSpec\Exception\Fracture\NamedConstructorNotFoundException |
public it_does_not_prompt_for_method_generation_if_no_exception_was_thrown ( $exampleEvent, $suiteEvent, $io ) |
public it_does_not_prompt_for_method_generation_if_non_namedconstructornotfoundexception_was_thrown ( $exampleEvent, $suiteEvent, $io, InvalidArgumentException $exception ) | ||
$exception | InvalidArgumentException |
public it_prompts_for_method_generation_if_namedconstructornotfoundexception_was_thrown_and_input_is_interactive ( $exampleEvent, $suiteEvent, $io, PhpSpec\Exception\Fracture\NamedConstructorNotFoundException $exception ) | ||
$exception | PhpSpec\Exception\Fracture\NamedConstructorNotFoundException |
public let ( |
||
$io | ||
$resourceManager | PhpSpec\Locator\ResourceManager | |
$generatorManager | ||
$suiteEvent | ||
$exampleEvent |