ExecutionRecord

Contains information about a test case execution record.

Types

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

Properties

Link copied to clipboard

The identifier of the execution record.

Link copied to clipboard

The details of the executed record.

Link copied to clipboard

The status of the action execution.

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

The timestamp when the action was executed.

Functions

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