PHP Class spec\PHPSpec2\Matcher\ObjectStateMatcher

Inheritance: extends PHPSpec2\ObjectBehavior
Datei anzeigen Open project: phpspec/phpspec2

Public Methods

Method Description
it_does_not_matches_if_has_state_checker_returns_false ( )
it_does_not_matches_if_state_checker_returns_false ( )
it_infers_matcher_alias_name_from_methods_prefixed_with_has ( )
it_infers_matcher_alias_name_from_methods_prefixed_with_is ( )
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 ( PHPSpec2\Formatter\Presenter\StringPresenter $presenter )

Method Details

it_does_not_matches_if_has_state_checker_returns_false() public method

it_does_not_matches_if_state_checker_returns_false() public method

it_infers_matcher_alias_name_from_methods_prefixed_with_has() public method

it_infers_matcher_alias_name_from_methods_prefixed_with_is() public method

it_matches_if_has_checker_returns_true() public method

it_matches_if_state_checker_returns_true() public method

it_throws_exception_if_checker_method_not_found() public method

it_throws_exception_if_has_checker_method_not_found() public method

let() public method

public let ( PHPSpec2\Formatter\Presenter\StringPresenter $presenter )
$presenter PHPSpec2\Formatter\Presenter\StringPresenter