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

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

공개 메소드들

메소드 설명
it_does_not_score_if_either_of_tokens_does_not_score ( Prophecy\Argument\Token\TokenInterface $token1, Prophecy\Argument\Token\TokenInterface $token2 )
it_does_not_score_if_there_are_no_arguments_or_tokens ( )
it_generates_string_representation_from_all_tokens_imploded ( Prophecy\Argument\Token\TokenInterface $token1, Prophecy\Argument\Token\TokenInterface $token2, Prophecy\Argument\Token\TokenInterface $token3 )
it_implements_TokenInterface ( )
it_is_not_last ( )
it_scores_the_maximum_score_from_all_scores_returned_by_tokens ( Prophecy\Argument\Token\TokenInterface $token1, Prophecy\Argument\Token\TokenInterface $token2 )
it_wraps_non_token_arguments_into_ExactValueToken ( )

메소드 상세

it_does_not_score_if_either_of_tokens_does_not_score() 공개 메소드

public it_does_not_score_if_either_of_tokens_does_not_score ( Prophecy\Argument\Token\TokenInterface $token1, Prophecy\Argument\Token\TokenInterface $token2 )
$token1 Prophecy\Argument\Token\TokenInterface
$token2 Prophecy\Argument\Token\TokenInterface

it_does_not_score_if_there_are_no_arguments_or_tokens() 공개 메소드

it_generates_string_representation_from_all_tokens_imploded() 공개 메소드

public it_generates_string_representation_from_all_tokens_imploded ( Prophecy\Argument\Token\TokenInterface $token1, Prophecy\Argument\Token\TokenInterface $token2, Prophecy\Argument\Token\TokenInterface $token3 )
$token1 Prophecy\Argument\Token\TokenInterface
$token2 Prophecy\Argument\Token\TokenInterface
$token3 Prophecy\Argument\Token\TokenInterface

it_implements_TokenInterface() 공개 메소드

it_is_not_last() 공개 메소드

public it_is_not_last ( )

it_scores_the_maximum_score_from_all_scores_returned_by_tokens() 공개 메소드

public it_scores_the_maximum_score_from_all_scores_returned_by_tokens ( Prophecy\Argument\Token\TokenInterface $token1, Prophecy\Argument\Token\TokenInterface $token2 )
$token1 Prophecy\Argument\Token\TokenInterface
$token2 Prophecy\Argument\Token\TokenInterface

it_wraps_non_token_arguments_into_ExactValueToken() 공개 메소드