interface Failure
A failure provides the details of a failure that happened during the execution of a test case. The failure can be:
Author
Julien Viet
abstract fun cause(): Throwable |
|
abstract fun isError(): Boolean |
|
abstract fun message(): String |
|
abstract fun stackTrace(): String |