PHP 클래스 NoTextExpectation, simpletest

상속: extends TextExpectation
파일 보기 프로젝트 열기: simpletest/simpletest 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $substring, string $message = '%s' ) Sets the reject pattern
test ( string $compare ) : boolean Tests the expectation. False if the substring appears in the text.
testMessage ( string $compare ) : string Returns a human readable test message.

메소드 상세

__construct() 공개 메소드

Sets the reject pattern
public __construct ( string $substring, string $message = '%s' )
$substring string Text to search for.
$message string Customised message on failure.

test() 공개 메소드

Tests the expectation. False if the substring appears in the text.
public test ( string $compare ) : boolean
$compare string Comparison value.
리턴 boolean True if correct.

testMessage() 공개 메소드

Returns a human readable test message.
public testMessage ( string $compare ) : string
$compare string Comparison value.
리턴 string Description of success or failure.