SuiteRunInformation

Information about the suite run.

Requires permission to access the SuiteRunInformation action.

Types

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

Properties

Link copied to clipboard

Date (in Unix epoch time) when the suite run was created.

Link copied to clipboard

Date (in Unix epoch time) when the suite run ended.

Link copied to clipboard
val failed: Int?

Number of test cases that failed in the suite run.

Link copied to clipboard
val passed: Int?

Number of test cases that passed in the suite run.

Link copied to clipboard

Date (in Unix epoch time) when the suite run was started.

Link copied to clipboard

Status of the suite run.

Link copied to clipboard

Suite definition ID of the suite run.

Link copied to clipboard

Suite definition name of the suite run.

Link copied to clipboard

Suite definition version of the suite run.

Link copied to clipboard

Suite run ID of the suite run.

Functions

Link copied to clipboard
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