Class AssertionFailedException
Raised when asserton is failed
When assertion fails we need to stop current test execution. Throw this exception to stop the test.
Typically used should not see this exception. All of them should be catched by TipyTestRunner
- Exception
-
TipyException
-
AssertionFailedException
__construct(),
__toString(),
getCode(),
getFile(),
getLine(),
getMessage(),
getPrevious(),
getTrace(),
getTraceAsString()
|
$code,
$file,
$line,
$message
|