TestAssertionFailure

Represent a test assertion failure where the test fails due to a broken assertion.

Since

7.6

Inheritors

Functions

Link copied to clipboard
@Nullable
abstract fun getActual(): @Nullable String
Returns the string representation of the actual value.
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 getExpected(): @Nullable String
Returns the string representation of the expected value.
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.