PHP 클래스 spec\PhpSpec\CodeGenerator\Generator\SpecificationGeneratorSpec

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

공개 메소드들

메소드 설명
it_asks_confirmation_if_spec_already_exists ( $io, $tpl, $fs, PhpSpec\Locator\Resource $resource )
it_creates_folder_for_spec_if_needed ( $io, $tpl, $fs, PhpSpec\Locator\Resource $resource )
it_does_not_support_anything_else ( PhpSpec\Locator\Resource $resource )
it_generates_spec_class_from_resource_and_puts_it_into_appropriate_folder ( $io, $tpl, $fs, PhpSpec\Locator\Resource $resource )
it_is_a_generator ( )
it_supports_specification_generations ( PhpSpec\Locator\Resource $resource )
it_uses_template_provided_by_templating_system_if_there_is_one ( $io, $tpl, $fs, PhpSpec\Locator\Resource $resource )
its_priority_is_0 ( )
let ( ConsoleIO $io, TemplateRenderer $tpl, Filesystem $fs, PhpSpec\Process\Context\ExecutionContext $context )

메소드 상세

it_asks_confirmation_if_spec_already_exists() 공개 메소드

public it_asks_confirmation_if_spec_already_exists ( $io, $tpl, $fs, PhpSpec\Locator\Resource $resource )
$resource PhpSpec\Locator\Resource

it_creates_folder_for_spec_if_needed() 공개 메소드

public it_creates_folder_for_spec_if_needed ( $io, $tpl, $fs, PhpSpec\Locator\Resource $resource )
$resource PhpSpec\Locator\Resource

it_does_not_support_anything_else() 공개 메소드

public it_does_not_support_anything_else ( PhpSpec\Locator\Resource $resource )
$resource PhpSpec\Locator\Resource

it_generates_spec_class_from_resource_and_puts_it_into_appropriate_folder() 공개 메소드

public it_generates_spec_class_from_resource_and_puts_it_into_appropriate_folder ( $io, $tpl, $fs, PhpSpec\Locator\Resource $resource )
$resource PhpSpec\Locator\Resource

it_is_a_generator() 공개 메소드

public it_is_a_generator ( )

it_supports_specification_generations() 공개 메소드

public it_supports_specification_generations ( PhpSpec\Locator\Resource $resource )
$resource PhpSpec\Locator\Resource

it_uses_template_provided_by_templating_system_if_there_is_one() 공개 메소드

public it_uses_template_provided_by_templating_system_if_there_is_one ( $io, $tpl, $fs, PhpSpec\Locator\Resource $resource )
$resource PhpSpec\Locator\Resource

its_priority_is_0() 공개 메소드

public its_priority_is_0 ( )

let() 공개 메소드

public let ( ConsoleIO $io, TemplateRenderer $tpl, Filesystem $fs, PhpSpec\Process\Context\ExecutionContext $context )
$io PhpSpec\Console\ConsoleIO
$tpl PhpSpec\CodeGenerator\TemplateRenderer
$fs PhpSpec\Util\Filesystem
$context PhpSpec\Process\Context\ExecutionContext