TestReportSummary

Information about a test report.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of nanoseconds it took to run all of the test cases in this report.

Link copied to clipboard

A map that contains the number of each type of status returned by the test results in this TestReportSummary.

Link copied to clipboard
val total: Int

The number of test cases in this TestReportSummary. The total includes truncated test cases.

Functions

Link copied to clipboard
inline fun copy(block: TestReportSummary.Builder.() -> Unit = {}): TestReportSummary
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String