TestCompleteDetails

sealed external interface TestCompleteDetails(source)

Properties

Link copied to clipboard
abstract var duration_ms: Double

The duration of the test in milliseconds.

Link copied to clipboard
abstract var error: TestError?

An error wrapping the error thrown by the test if it did not pass.

Link copied to clipboard
abstract var passed: Boolean

Whether the test passed or not.

Link copied to clipboard
abstract var type: String?

The type of the test, used to denote whether this is a suite.