Property | Type | Description | |
---|---|---|---|
$message | |||
$messageIsPattern | |||
$score | |||
$type |
Method | Description | |
---|---|---|
__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 ) |
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 |
public setScore ( mageekguy\atoum\test\score $score = null ) | ||
$score | mageekguy\atoum\test\score |