PHP 클래스 Coduo\PHPMatcher\Tests\MatcherTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: coduo/php-matcher

보호된 프로퍼티들

프로퍼티 타입 설명
$matcher Coduo\PHPMatcher\Matcher

공개 메소드들

메소드 설명
expanderExamples ( )
nullExamples ( )
orExamples ( )
scalarValueExamples ( )
setUp ( )
test_error_when_json_value_does_not_match_json_pattern ( )
test_expanders ( $value, $pattern, $expectedResult )
test_matcher_with_array_value ( )
test_matcher_with_callback ( )
test_matcher_with_json ( )
test_matcher_with_or ( $value, $pattern, $expectedResult )
test_matcher_with_scalar_values ( $value, $pattern )
test_matcher_with_wildcard ( )
test_matcher_with_xml ( )
test_null_value_in_the_json ( $value, $pattern )
test_text_matcher ( )

메소드 상세

expanderExamples() 공개 정적인 메소드

public static expanderExamples ( )

nullExamples() 공개 정적인 메소드

public static nullExamples ( )

orExamples() 공개 정적인 메소드

public static orExamples ( )

scalarValueExamples() 공개 메소드

public scalarValueExamples ( )

setUp() 공개 메소드

public setUp ( )

test_error_when_json_value_does_not_match_json_pattern() 공개 메소드

test_expanders() 공개 메소드

public test_expanders ( $value, $pattern, $expectedResult )

test_matcher_with_array_value() 공개 메소드

test_matcher_with_callback() 공개 메소드

test_matcher_with_json() 공개 메소드

test_matcher_with_or() 공개 메소드

public test_matcher_with_or ( $value, $pattern, $expectedResult )

test_matcher_with_scalar_values() 공개 메소드

public test_matcher_with_scalar_values ( $value, $pattern )

test_matcher_with_wildcard() 공개 메소드

test_matcher_with_xml() 공개 메소드

test_null_value_in_the_json() 공개 메소드

public test_null_value_in_the_json ( $value, $pattern )

test_text_matcher() 공개 메소드

public test_text_matcher ( )

프로퍼티 상세

$matcher 보호되어 있는 프로퍼티

protected Matcher,Coduo\PHPMatcher $matcher
리턴 Coduo\PHPMatcher\Matcher