TestSummary

sealed external interface TestSummary(source)

Properties

Link copied to clipboard

An object containing the counts of various test results.

Link copied to clipboard
abstract var duration_ms: Double

The duration of the test run in milliseconds.

Link copied to clipboard
abstract var file: String?

The path of the test file that generated the summary. If the summary corresponds to multiple files, this value is undefined.

Link copied to clipboard
abstract var success: Boolean

Indicates whether or not the test run is considered successful or not. If any error condition occurs, such as a failing test or unmet coverage threshold, this value will be set to false.