TestFailureResult

Describes how a test operation finished with failures.

Since

2.4

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