vertx / io.vertx.reactivex.ext.unit.report / Failure

Failure

open class Failure

A failure provides the details of a failure that happened during the execution of a test case. The failure can be:

NOTE: This class has been automatically generated from the io.vertx.ext.unit.report.Failure non RX-ified interface using Vert.x codegen.

Constructors

<init>

Failure(delegate: Failure)

Properties

__TYPE_ARG

static val __TYPE_ARG: TypeArg<Failure>

Functions

equals

open fun equals(other: Any?): Boolean

getDelegate

open fun getDelegate(): Failure

hashCode

open fun hashCode(): Int

isError

open fun isError(): Boolean

message

open fun message(): String

newInstance

open static fun newInstance(arg: Failure): Failure

stackTrace

open fun stackTrace(): String

toString

open fun toString(): String