PHP 클래스 spec\PhpSpec\Matcher\ObjectStateMatcherSpec

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

공개 메소드들

메소드 설명
it_does_not_match_if_has_state_checker_returns_false ( )
it_does_not_match_if_state_checker_returns_false ( )
it_does_not_match_if_subject_is_callable ( )
it_infers_matcher_alias_name_from_methods_prefixed_with_has ( )
it_infers_matcher_alias_name_from_methods_prefixed_with_is ( )
it_is_a_matcher ( )
it_matches_if_has_checker_returns_true ( )
it_matches_if_state_checker_returns_true ( )
it_throws_exception_if_checker_method_not_found ( )
it_throws_exception_if_has_checker_method_not_found ( )
let ( PhpSpec\Formatter\Presenter\Presenter $presenter )

메소드 상세

it_does_not_match_if_has_state_checker_returns_false() 공개 메소드

it_does_not_match_if_state_checker_returns_false() 공개 메소드

it_does_not_match_if_subject_is_callable() 공개 메소드

it_infers_matcher_alias_name_from_methods_prefixed_with_has() 공개 메소드

it_infers_matcher_alias_name_from_methods_prefixed_with_is() 공개 메소드

it_is_a_matcher() 공개 메소드

public it_is_a_matcher ( )

it_matches_if_has_checker_returns_true() 공개 메소드

it_matches_if_state_checker_returns_true() 공개 메소드

it_throws_exception_if_checker_method_not_found() 공개 메소드

it_throws_exception_if_has_checker_method_not_found() 공개 메소드

let() 공개 메소드

public let ( PhpSpec\Formatter\Presenter\Presenter $presenter )
$presenter PhpSpec\Formatter\Presenter\Presenter