PHP 클래스 spec\PhpSpec\Listener\NamedConstructorNotFoundListenerSpec

상속: extends PhpSpec\ObjectBehavior
파일 보기 프로젝트 열기: phpspec/phpspec

공개 메소드들

메소드 설명
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 ( ConsoleIO $io, PhpSpec\Locator\ResourceManager $resourceManager, GeneratorManager $generatorManager, SuiteEvent $suiteEvent, ExampleEvent $exampleEvent )

메소드 상세

it_does_not_prompt_for_method_generation_if_input_is_not_interactive() 공개 메소드

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

it_does_not_prompt_for_method_generation_if_no_exception_was_thrown() 공개 메소드

public 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() 공개 메소드

public it_does_not_prompt_for_method_generation_if_non_namedconstructornotfoundexception_was_thrown ( $exampleEvent, $suiteEvent, $io, InvalidArgumentException $exception )
$exception InvalidArgumentException

it_prompts_for_method_generation_if_namedconstructornotfoundexception_was_thrown_and_input_is_interactive() 공개 메소드

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

let() 공개 메소드

public let ( ConsoleIO $io, PhpSpec\Locator\ResourceManager $resourceManager, GeneratorManager $generatorManager, SuiteEvent $suiteEvent, ExampleEvent $exampleEvent )
$io PhpSpec\Console\ConsoleIO
$resourceManager PhpSpec\Locator\ResourceManager
$generatorManager PhpSpec\CodeGenerator\GeneratorManager
$suiteEvent PhpSpec\Event\SuiteEvent
$exampleEvent PhpSpec\Event\ExampleEvent