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

Failure

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

Functions

cause

abstract fun cause(): Throwable

isError

abstract fun isError(): Boolean

message

abstract fun message(): String

stackTrace

abstract fun stackTrace(): String