PHP 클래스 Coduo\PHPMatcher\Tests\Matcher\JsonMatcherTest

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

공개 메소드들

메소드 설명
negativeMatches ( )
negativePatterns ( )
normalizationRequiredDataProvider ( )
positiveMatches ( )
positivePatterns ( )
setUp ( )
test_error_when_json_pattern_is_invalid ( )
test_error_when_json_value_is_invalid ( )
test_error_when_matching_fail ( )
test_error_when_path_in_nested_pattern_does_not_exist ( )
test_error_when_path_in_nested_value_does_not_exist ( )
test_negative_can_match ( $pattern )
test_negative_matches ( $value, $pattern )
test_positive_can_match ( $pattern )
test_positive_matches ( $value, $pattern )
test_positive_matches_after_normalization ( $value, $pattern )

메소드 상세

negativeMatches() 공개 정적인 메소드

public static negativeMatches ( )

negativePatterns() 공개 정적인 메소드

public static negativePatterns ( )

normalizationRequiredDataProvider() 공개 정적인 메소드

positiveMatches() 공개 정적인 메소드

public static positiveMatches ( )

positivePatterns() 공개 정적인 메소드

public static positivePatterns ( )

setUp() 공개 메소드

public setUp ( )

test_error_when_json_pattern_is_invalid() 공개 메소드

test_error_when_json_value_is_invalid() 공개 메소드

test_error_when_matching_fail() 공개 메소드

test_error_when_path_in_nested_pattern_does_not_exist() 공개 메소드

test_error_when_path_in_nested_value_does_not_exist() 공개 메소드

test_negative_can_match() 공개 메소드

public test_negative_can_match ( $pattern )

test_negative_matches() 공개 메소드

public test_negative_matches ( $value, $pattern )

test_positive_can_match() 공개 메소드

public test_positive_can_match ( $pattern )

test_positive_matches() 공개 메소드

public test_positive_matches ( $value, $pattern )

test_positive_matches_after_normalization() 공개 메소드

public test_positive_matches_after_normalization ( $value, $pattern )