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(): String
Returns the string representation of the actual value.
Link copied to clipboard
abstract fun getCauses(): List<out Failure>
Link copied to clipboard
abstract fun getClassName(): String
Link copied to clipboard
abstract fun getDescription(): String
Link copied to clipboard
@Nullable
abstract fun getExpected(): String
Returns the string representation of the expected value.
Link copied to clipboard
abstract fun getMessage(): String
Link copied to clipboard
abstract fun getStacktrace(): String