TestFrameworkFailure

Describes an unexpected test failure, i.e. when the execution fails but not with an assertion failure.

Since

7.6

Functions

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
abstract fun getMessage(): String
Link copied to clipboard
abstract fun getStacktrace(): String