PHP Класс spec\PhpSpec\Wrapper\SubjectSpec

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

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

Метод Описание
it_passes_the_created_subject_to_expectation ( WrappedObject $wrappedObject, ExpectationFactory $expectationFactory, PhpSpec\Wrapper\Subject\Expectation\Expectation $expectation )
it_passes_the_existing_subject_to_expectation ( Wrapper $wrapper, WrappedObject $wrappedObject, Caller $caller, SubjectWithArrayAccess $arrayAccess, ExpectationFactory $expectationFactory, PhpSpec\Wrapper\Subject\Expectation\Expectation $expectation )
let ( Wrapper $wrapper, WrappedObject $wrappedObject, Caller $caller, SubjectWithArrayAccess $arrayAccess, ExpectationFactory $expectationFactory, Phpspec\CodeAnalysis\AccessInspector $accessInspector )

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

it_passes_the_created_subject_to_expectation() публичный метод

public it_passes_the_created_subject_to_expectation ( WrappedObject $wrappedObject, ExpectationFactory $expectationFactory, PhpSpec\Wrapper\Subject\Expectation\Expectation $expectation )
$wrappedObject PhpSpec\Wrapper\Subject\WrappedObject
$expectationFactory PhpSpec\Wrapper\Subject\ExpectationFactory
$expectation PhpSpec\Wrapper\Subject\Expectation\Expectation

it_passes_the_existing_subject_to_expectation() публичный метод

public it_passes_the_existing_subject_to_expectation ( Wrapper $wrapper, WrappedObject $wrappedObject, Caller $caller, SubjectWithArrayAccess $arrayAccess, ExpectationFactory $expectationFactory, PhpSpec\Wrapper\Subject\Expectation\Expectation $expectation )
$wrapper PhpSpec\Wrapper\Wrapper
$wrappedObject PhpSpec\Wrapper\Subject\WrappedObject
$caller PhpSpec\Wrapper\Subject\Caller
$arrayAccess PhpSpec\Wrapper\Subject\SubjectWithArrayAccess
$expectationFactory PhpSpec\Wrapper\Subject\ExpectationFactory
$expectation PhpSpec\Wrapper\Subject\Expectation\Expectation

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

public let ( Wrapper $wrapper, WrappedObject $wrappedObject, Caller $caller, SubjectWithArrayAccess $arrayAccess, ExpectationFactory $expectationFactory, Phpspec\CodeAnalysis\AccessInspector $accessInspector )
$wrapper PhpSpec\Wrapper\Wrapper
$wrappedObject PhpSpec\Wrapper\Subject\WrappedObject
$caller PhpSpec\Wrapper\Subject\Caller
$arrayAccess PhpSpec\Wrapper\Subject\SubjectWithArrayAccess
$expectationFactory PhpSpec\Wrapper\Subject\ExpectationFactory
$accessInspector Phpspec\CodeAnalysis\AccessInspector