FileComparisonTestAssertionFailure

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

Since

8.3

Functions

Link copied to clipboard
abstract fun getActual(): @Nullable String
Link copied to clipboard
abstract fun getActualContent(): @Nullable Array<Byte>
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(): @Nullable String
Link copied to clipboard
abstract fun getExpected(): @Nullable String
Link copied to clipboard
abstract fun getExpectedContent(): @Nullable Array<Byte>
Returns the string representation of the expected value.
Link copied to clipboard
abstract fun getMessage(): @Nullable String
Link copied to clipboard
abstract fun getProblems(): List<Problem>
Link copied to clipboard
abstract fun getStacktrace(): String