PHP 클래스 spec\PhpSpec\Wrapper\Subject\WrappedObjectSpec

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

공개 메소드들

메소드 설명
it_can_be_instantiated_with_a_factory_method ( )
it_can_be_instantiated_with_a_factory_method_with_method_name_only ( )
it_instantiates_object_using_classname ( )
it_keeps_instantiated_object ( )
it_throws_an_exception_when_factory_method_returns_a_non_object ( )
it_throws_an_exception_when_trying_to_change_constructor_params_after_instantiation ( )
it_throws_an_exception_when_trying_to_change_factory_method_after_instantiation ( )
it_throws_an_exception_when_trying_to_change_from_constructor_to_factory_method_after_instantiation ( )
it_throws_an_exception_when_trying_to_change_from_factory_method_to_constructor_after_instantiation ( )
let ( PhpSpec\Formatter\Presenter\Presenter $presenter )

메소드 상세

it_can_be_instantiated_with_a_factory_method() 공개 메소드

it_can_be_instantiated_with_a_factory_method_with_method_name_only() 공개 메소드

it_instantiates_object_using_classname() 공개 메소드

it_keeps_instantiated_object() 공개 메소드

it_throws_an_exception_when_factory_method_returns_a_non_object() 공개 메소드

it_throws_an_exception_when_trying_to_change_constructor_params_after_instantiation() 공개 메소드

it_throws_an_exception_when_trying_to_change_factory_method_after_instantiation() 공개 메소드

it_throws_an_exception_when_trying_to_change_from_constructor_to_factory_method_after_instantiation() 공개 메소드

it_throws_an_exception_when_trying_to_change_from_factory_method_to_constructor_after_instantiation() 공개 메소드

let() 공개 메소드

public let ( PhpSpec\Formatter\Presenter\Presenter $presenter )
$presenter PhpSpec\Formatter\Presenter\Presenter