PHP 클래스 spec\PhpSpec\CodeGenerator\Writer\TokenizedCodeWriterSpec

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

공개 메소드들

메소드 설명
it_should_generate_a_method_in_a_class_with_a_string_containing_braces ( )
it_should_handle_no_methods_when_writing_method_at_end ( )
it_should_handle_no_methods_when_writing_method_at_start ( )
it_should_throw_an_exception_if_a_specific_method_is_not_found ( )
it_should_write_a_method_after_another_method ( )
it_should_write_the_content_after_the_last_method ( )
it_should_write_the_content_before_the_first_method ( )
let ( )

비공개 메소드들

메소드 설명
getClassWithBraceText ( )
getClassWithBraceTextAndNewMethod ( )
getClassWithNewMethodFirst ( )
getClassWithNewMethodInMiddle ( )
getClassWithNewMethodLast ( )
getClassWithNoMethods ( )
getClassWithOnlyNewMethod ( )
getClassWithTwoMethods ( )
getMethod ( )
getSingleMethodClass ( )

메소드 상세

it_should_generate_a_method_in_a_class_with_a_string_containing_braces() 공개 메소드

it_should_handle_no_methods_when_writing_method_at_end() 공개 메소드

it_should_handle_no_methods_when_writing_method_at_start() 공개 메소드

it_should_throw_an_exception_if_a_specific_method_is_not_found() 공개 메소드

it_should_write_a_method_after_another_method() 공개 메소드

it_should_write_the_content_after_the_last_method() 공개 메소드

it_should_write_the_content_before_the_first_method() 공개 메소드

let() 공개 메소드

public let ( )