open class Failure
A failure provides the details of a failure that happened during the execution of a test case. The failure can be:
Failure(delegate: Failure) |
static val __TYPE_ARG: TypeArg<Failure> |
open fun equals(other: Any?): Boolean |
|
open fun getDelegate(): Failure |
|
open fun hashCode(): Int |
|
open fun isError(): Boolean |
|
open fun message(): String |
|
open static fun newInstance(arg: Failure): Failure |
|
open fun stackTrace(): String |
|
open fun toString(): String |