InconclusiveDetailResponse

data class InconclusiveDetailResponse(val abortedByUser: Boolean, val hasErrorLogs: Boolean, val infrastructureFailure: Boolean)

Details for an outcome with an INCONCLUSIVE outcome summary.

Constructors

Link copied to clipboard
constructor(abortedByUser: Boolean, hasErrorLogs: Boolean, infrastructureFailure: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If the end user aborted the test execution before a pass or fail could be determined. For example, the user pressed ctrl-c which sent a kill signal to the test runner while the test was running.

Link copied to clipboard

If results are being provided to the user in certain cases of infrastructure failures

Link copied to clipboard

If the test runner could not determine success or failure because the test depends on a component other than the system under test which failed. For example, a mobile test requires provisioning a device where the test executes, and that provisioning can fail.