TestFailureResult

Describes how a test operation finished with failures.

Functions

Link copied to clipboard
abstract fun getEndTime(): Long
Link copied to clipboard
abstract fun getFailures(): List<out Failure>
Link copied to clipboard
abstract fun getStartTime(): Long