PHP 클래스 mageekguy\atoum\asserters\error

상속: extends mageekguy\atoum\asserter
파일 보기 프로젝트 열기: atoum/atoum 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$message
$messageIsPattern
$score
$type

공개 메소드들

메소드 설명
__construct ( mageekguy\atoum\asserter\generator $generator = null, mageekguy\atoum\test\score $score = null, mageekguy\atoum\locale $locale = null )
__get ( $asserter )
exists ( )
getAsString ( $errorType )
getMessage ( )
getScore ( )
getType ( )
messageIsPattern ( )
notExists ( )
setScore ( mageekguy\atoum\test\score $score = null )
setWith ( $message = null, $type = null )
setWithTest ( test $test )
withAnyMessage ( )
withAnyType ( )
withMessage ( $message )
withPattern ( $pattern )
withType ( $type )

메소드 상세

__construct() 공개 메소드

public __construct ( mageekguy\atoum\asserter\generator $generator = null, mageekguy\atoum\test\score $score = null, mageekguy\atoum\locale $locale = null )
$generator mageekguy\atoum\asserter\generator
$score mageekguy\atoum\test\score
$locale mageekguy\atoum\locale

__get() 공개 메소드

public __get ( $asserter )

exists() 공개 메소드

public exists ( )

getAsString() 공개 정적인 메소드

public static getAsString ( $errorType )

getMessage() 공개 메소드

public getMessage ( )

getScore() 공개 메소드

public getScore ( )

getType() 공개 메소드

public getType ( )

messageIsPattern() 공개 메소드

public messageIsPattern ( )

notExists() 공개 메소드

public notExists ( )

setScore() 공개 메소드

public setScore ( mageekguy\atoum\test\score $score = null )
$score mageekguy\atoum\test\score

setWith() 공개 메소드

public setWith ( $message = null, $type = null )

setWithTest() 공개 메소드

public setWithTest ( test $test )
$test mageekguy\atoum\test

withAnyMessage() 공개 메소드

public withAnyMessage ( )

withAnyType() 공개 메소드

public withAnyType ( )

withMessage() 공개 메소드

public withMessage ( $message )

withPattern() 공개 메소드

public withPattern ( $pattern )

withType() 공개 메소드

public withType ( $type )

프로퍼티 상세

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

protected $message

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

protected $messageIsPattern

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

protected $score

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

protected $type