PHP Класс spec\PhpSpec\Wrapper\Subject\CallerSpec

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

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

Метод Описание
it_delegates_throwing_calling_method_on_non_object_exception ( ExceptionFactory $exceptions )
it_delegates_throwing_class_not_found_exception ( WrappedObject $wrappedObject, ExceptionFactory $exceptions )
it_delegates_throwing_getting_property_on_non_object_exception ( ExceptionFactory $exceptions )
it_delegates_throwing_method_not_found_exception ( WrappedObject $wrappedObject, ExceptionFactory $exceptions )
it_delegates_throwing_method_not_found_exception_for_constructor ( WrappedObject $wrappedObject, ExceptionFactory $exceptions, stdClass $argument )
it_delegates_throwing_method_not_visible_exception ( WrappedObject $wrappedObject, ExceptionFactory $exceptions )
it_delegates_throwing_named_constructor_not_found_exception ( WrappedObject $wrappedObject, ExceptionFactory $exceptions )
it_delegates_throwing_property_not_found_exception ( WrappedObject $wrappedObject, ExceptionFactory $exceptions )
it_delegates_throwing_setting_property_on_non_object_exception ( ExceptionFactory $exceptions )
it_dispatches_method_call_events ( Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher, WrappedObject $wrappedObject, Phpspec\CodeAnalysis\AccessInspector $accessInspector )
it_proxies_method_calls_to_wrapped_object ( ArrayObject $obj, WrappedObject $wrappedObject, Phpspec\CodeAnalysis\AccessInspector $accessInspector )
it_sets_a_property_on_the_wrapped_object ( WrappedObject $wrappedObject, Phpspec\CodeAnalysis\AccessInspector $accessInspector )
let ( WrappedObject $wrappedObject, ExampleNode $example, Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher, ExceptionFactory $exceptions, Wrapper $wrapper, Phpspec\CodeAnalysis\AccessInspector $accessInspector )

Описание методов

it_delegates_throwing_calling_method_on_non_object_exception() публичный Метод

public it_delegates_throwing_calling_method_on_non_object_exception ( ExceptionFactory $exceptions )
$exceptions PhpSpec\Exception\ExceptionFactory

it_delegates_throwing_class_not_found_exception() публичный Метод

public it_delegates_throwing_class_not_found_exception ( WrappedObject $wrappedObject, ExceptionFactory $exceptions )
$wrappedObject PhpSpec\Wrapper\Subject\WrappedObject
$exceptions PhpSpec\Exception\ExceptionFactory

it_delegates_throwing_getting_property_on_non_object_exception() публичный Метод

public it_delegates_throwing_getting_property_on_non_object_exception ( ExceptionFactory $exceptions )
$exceptions PhpSpec\Exception\ExceptionFactory

it_delegates_throwing_method_not_found_exception() публичный Метод

public it_delegates_throwing_method_not_found_exception ( WrappedObject $wrappedObject, ExceptionFactory $exceptions )
$wrappedObject PhpSpec\Wrapper\Subject\WrappedObject
$exceptions PhpSpec\Exception\ExceptionFactory

it_delegates_throwing_method_not_found_exception_for_constructor() публичный Метод

public it_delegates_throwing_method_not_found_exception_for_constructor ( WrappedObject $wrappedObject, ExceptionFactory $exceptions, stdClass $argument )
$wrappedObject PhpSpec\Wrapper\Subject\WrappedObject
$exceptions PhpSpec\Exception\ExceptionFactory
$argument stdClass

it_delegates_throwing_method_not_visible_exception() публичный Метод

public it_delegates_throwing_method_not_visible_exception ( WrappedObject $wrappedObject, ExceptionFactory $exceptions )
$wrappedObject PhpSpec\Wrapper\Subject\WrappedObject
$exceptions PhpSpec\Exception\ExceptionFactory

it_delegates_throwing_named_constructor_not_found_exception() публичный Метод

public it_delegates_throwing_named_constructor_not_found_exception ( WrappedObject $wrappedObject, ExceptionFactory $exceptions )
$wrappedObject PhpSpec\Wrapper\Subject\WrappedObject
$exceptions PhpSpec\Exception\ExceptionFactory

it_delegates_throwing_property_not_found_exception() публичный Метод

public it_delegates_throwing_property_not_found_exception ( WrappedObject $wrappedObject, ExceptionFactory $exceptions )
$wrappedObject PhpSpec\Wrapper\Subject\WrappedObject
$exceptions PhpSpec\Exception\ExceptionFactory

it_delegates_throwing_setting_property_on_non_object_exception() публичный Метод

public it_delegates_throwing_setting_property_on_non_object_exception ( ExceptionFactory $exceptions )
$exceptions PhpSpec\Exception\ExceptionFactory

it_dispatches_method_call_events() публичный Метод

public it_dispatches_method_call_events ( Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher, WrappedObject $wrappedObject, Phpspec\CodeAnalysis\AccessInspector $accessInspector )
$dispatcher Symfony\Component\EventDispatcher\EventDispatcherInterface
$wrappedObject PhpSpec\Wrapper\Subject\WrappedObject
$accessInspector Phpspec\CodeAnalysis\AccessInspector

it_proxies_method_calls_to_wrapped_object() публичный Метод

public it_proxies_method_calls_to_wrapped_object ( ArrayObject $obj, WrappedObject $wrappedObject, Phpspec\CodeAnalysis\AccessInspector $accessInspector )
$obj ArrayObject
$wrappedObject PhpSpec\Wrapper\Subject\WrappedObject
$accessInspector Phpspec\CodeAnalysis\AccessInspector

it_sets_a_property_on_the_wrapped_object() публичный Метод

public it_sets_a_property_on_the_wrapped_object ( WrappedObject $wrappedObject, Phpspec\CodeAnalysis\AccessInspector $accessInspector )
$wrappedObject PhpSpec\Wrapper\Subject\WrappedObject
$accessInspector Phpspec\CodeAnalysis\AccessInspector

let() публичный Метод

public let ( WrappedObject $wrappedObject, ExampleNode $example, Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher, ExceptionFactory $exceptions, Wrapper $wrapper, Phpspec\CodeAnalysis\AccessInspector $accessInspector )
$wrappedObject PhpSpec\Wrapper\Subject\WrappedObject
$example PhpSpec\Loader\Node\ExampleNode
$dispatcher Symfony\Component\EventDispatcher\EventDispatcherInterface
$exceptions PhpSpec\Exception\ExceptionFactory
$wrapper PhpSpec\Wrapper\Wrapper
$accessInspector Phpspec\CodeAnalysis\AccessInspector