PHP 클래스 spec\PhpSpec\Wrapper\SubjectSpec

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

공개 메소드들

메소드 설명
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