PHP Класс spec\PhpSpec\CodeGenerator\Writer\TokenizedCodeWriterSpec

Наследование: extends PhpSpec\ObjectBehavior
Показать файл Открыть проект

Открытые методы

Метод Описание
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 ( )