Suite

class Suite

Represents a collection of one or more tests.

Types

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

Properties

Link copied to clipboard
val arn: String?

The suite's ARN.

Link copied to clipboard

The suite's result counters.

Link copied to clipboard

When the suite was created.

Link copied to clipboard

Represents the total (metered or unmetered) minutes used by the test suite.

Link copied to clipboard

A message about the suite's result.

Link copied to clipboard
val name: String?

The suite's name.

Link copied to clipboard

The suite's result.

Link copied to clipboard

The suite's start time.

Link copied to clipboard

The suite's status.

Link copied to clipboard

The suite's stop time.

Link copied to clipboard

The suite's type.

Functions

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