TestFailure

Describes a test failure, that can either be a test assertion failure or a test framework failure.

Since

7.6

Inheritors

Functions

Link copied to clipboard
abstract fun getCauses(): List<out Failure>
Link copied to clipboard
abstract fun getClassName(): String
The fully-qualified name of the underlying exception type.
Link copied to clipboard
abstract fun getDescription(): String
Link copied to clipboard
abstract fun getMessage(): String
Link copied to clipboard
abstract fun getStacktrace(): String
The stringified version of the stacktrace created from the underlying exception.