PHP 클래스 spec\Prophecy\Argument\Token\ObjectStateTokenSpec

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

공개 메소드들

메소드 설명
it_does_not_score_if_argument_is_not_object ( )
it_does_not_score_if_argument_method_state_does_not_match ( )
it_does_not_score_if_argument_object_does_not_have_method_or_property ( ObjectStateTokenFixtureA $class )
it_does_not_score_if_argument_property_state_does_not_match ( stdClass $class )
it_has_simple_string_representation ( )
it_implements_TokenInterface ( )
it_is_not_last ( )
it_scores_8_if_argument_object_has_specific_method_state ( ReflectionClass $reflection )
it_scores_8_if_argument_object_has_specific_property_state ( stdClass $class )
let ( )

메소드 상세

it_does_not_score_if_argument_is_not_object() 공개 메소드

it_does_not_score_if_argument_method_state_does_not_match() 공개 메소드

it_does_not_score_if_argument_object_does_not_have_method_or_property() 공개 메소드

public it_does_not_score_if_argument_object_does_not_have_method_or_property ( ObjectStateTokenFixtureA $class )
$class ObjectStateTokenFixtureA

it_does_not_score_if_argument_property_state_does_not_match() 공개 메소드

public it_does_not_score_if_argument_property_state_does_not_match ( stdClass $class )
$class stdClass

it_has_simple_string_representation() 공개 메소드

it_implements_TokenInterface() 공개 메소드

it_is_not_last() 공개 메소드

public it_is_not_last ( )

it_scores_8_if_argument_object_has_specific_method_state() 공개 메소드

public it_scores_8_if_argument_object_has_specific_method_state ( ReflectionClass $reflection )
$reflection ReflectionClass

it_scores_8_if_argument_object_has_specific_property_state() 공개 메소드

public it_scores_8_if_argument_object_has_specific_property_state ( stdClass $class )
$class stdClass

let() 공개 메소드

public let ( )