PHP 클래스 spec\PHPSpec2\Matcher\IdentityMatcher

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

공개 메소드들

메소드 설명
it_does_not_matches_empty_string_with_emptish_values ( )
it_does_not_matches_false_with_emptish_values ( )
it_does_not_matches_non_empty_different_value ( )
it_does_not_matches_null_with_emptish_values ( )
it_does_not_matches_zero_with_emptish_values ( )
it_matches_empty_strings ( )
it_matches_not_empty_strings ( )
it_mismatches_empty_string ( )
it_mismatches_empty_string_with_emptish_values ( )
it_mismatches_false_with_emptish_values_using_identity_operator ( )
it_mismatches_not_empty_string ( $matcher )
it_mismatches_null_with_emptish_values_using_identity_operator ( )
it_mismatches_on_non_empty_different_value ( )
it_mismatches_zero_with_emptish_values_using_identity_operator ( )
it_should_support_all_aliases ( )
let ( PHPSpec2\Formatter\Presenter\StringPresenter $presenter )

메소드 상세

it_does_not_matches_empty_string_with_emptish_values() 공개 메소드

it_does_not_matches_false_with_emptish_values() 공개 메소드

it_does_not_matches_non_empty_different_value() 공개 메소드

it_does_not_matches_null_with_emptish_values() 공개 메소드

it_does_not_matches_zero_with_emptish_values() 공개 메소드

it_matches_empty_strings() 공개 메소드

it_matches_not_empty_strings() 공개 메소드

it_mismatches_empty_string() 공개 메소드

it_mismatches_empty_string_with_emptish_values() 공개 메소드

it_mismatches_false_with_emptish_values_using_identity_operator() 공개 메소드

it_mismatches_not_empty_string() 공개 메소드

public it_mismatches_not_empty_string ( $matcher )

it_mismatches_null_with_emptish_values_using_identity_operator() 공개 메소드

it_mismatches_on_non_empty_different_value() 공개 메소드

it_mismatches_zero_with_emptish_values_using_identity_operator() 공개 메소드

it_should_support_all_aliases() 공개 메소드

let() 공개 메소드

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