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

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

공개 메소드들

메소드 설명
negativeCanMatchData ( )
negativeMatchData ( )
negativeMatchDescription ( )
positiveCanMatchData ( )
positiveMatchData ( )
setUp ( )
test_negative_can_matches ( $pattern )
test_negative_match ( $value, $pattern )
test_negative_match_description ( $value, $pattern, $error )
test_positive_can_matches ( $pattern )
test_positive_match ( $value, $pattern )

메소드 상세

negativeCanMatchData() 공개 정적인 메소드

public static negativeCanMatchData ( )

negativeMatchData() 공개 정적인 메소드

public static negativeMatchData ( )

negativeMatchDescription() 공개 정적인 메소드

public static negativeMatchDescription ( )

positiveCanMatchData() 공개 정적인 메소드

public static positiveCanMatchData ( )

positiveMatchData() 공개 정적인 메소드

public static positiveMatchData ( )

setUp() 공개 메소드

public setUp ( )

test_negative_can_matches() 공개 메소드

public test_negative_can_matches ( $pattern )

test_negative_match() 공개 메소드

public test_negative_match ( $value, $pattern )

test_negative_match_description() 공개 메소드

public test_negative_match_description ( $value, $pattern, $error )

test_positive_can_matches() 공개 메소드

public test_positive_can_matches ( $pattern )

test_positive_match() 공개 메소드

public test_positive_match ( $value, $pattern )