TestCaseRun

Provides the test case run.

Types

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

Properties

Link copied to clipboard

Provides test case run end time.

Link copied to clipboard

Provides test case run failure result.

Link copied to clipboard

Provides test case run log URL.

Link copied to clipboard

Provides test case run start time.

Link copied to clipboard

Provides the test case run status. Status is one of the following:

Link copied to clipboard

Provides the test case run definition ID.

Link copied to clipboard

Provides the test case run definition name.

Link copied to clipboard

Provides the test case run ID.

Link copied to clipboard

Provides the test scenarios for the test case run.

Link copied to clipboard

Provides test case run warnings.

Functions

Link copied to clipboard
inline fun copy(block: TestCaseRun.Builder.() -> Unit = {}): TestCaseRun
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