PHP Class spec\PhpSpec\Matcher\ObjectStateMatcherSpec

Inheritance: extends PhpSpec\ObjectBehavior
Afficher le fichier Open project: phpspec/phpspec

Méthodes publiques

Méthode Description
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 )

Method Details

it_does_not_match_if_has_state_checker_returns_false() public méthode

it_does_not_match_if_state_checker_returns_false() public méthode

it_does_not_match_if_subject_is_callable() public méthode

it_infers_matcher_alias_name_from_methods_prefixed_with_has() public méthode

it_infers_matcher_alias_name_from_methods_prefixed_with_is() public méthode

it_is_a_matcher() public méthode

public it_is_a_matcher ( )

it_matches_if_has_checker_returns_true() public méthode

it_matches_if_state_checker_returns_true() public méthode

it_throws_exception_if_checker_method_not_found() public méthode

it_throws_exception_if_has_checker_method_not_found() public méthode

let() public méthode

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