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>
Returns the underlying causes for this failure, if any.
Link copied to clipboard
abstract fun getClassName(): String
The fully-qualified name of the underlying exception type.
Link copied to clipboard
@Nullable
abstract fun getDescription(): @Nullable String
Returns a long description of the failure.
Link copied to clipboard
@Nullable
abstract fun getMessage(): @Nullable String
Returns a short message (typically one line) for the failure.
Link copied to clipboard
Returns the problems associated with this failure.
Link copied to clipboard
abstract fun getStacktrace(): String
The stringified version of the stacktrace created from the underlying exception.