TestCaseExecution

Contains information about a test case execution.

Types

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

Properties

Link copied to clipboard
val endTime: <Error class: unknown class>?

The timestamp when the test case execution ended.

Link copied to clipboard
val startTime: <Error class: unknown class>?

The timestamp when the test case execution started.

Link copied to clipboard

The tags used to organize, track, or control access for this resource.

Link copied to clipboard

The identifier of the test case execution.

Link copied to clipboard

The status of the test case execution.

Link copied to clipboard

The identifier of the test case.

Functions

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