Test

class Test

Represents a condition that is evaluated.

Types

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

Properties

Link copied to clipboard
val arn: String?

The test's ARN.

Link copied to clipboard

The test's result counters.

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

When the test was created.

Link copied to clipboard

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

Link copied to clipboard

A message about the test's result.

Link copied to clipboard
val name: String?

The test's name.

Link copied to clipboard

The test's result.

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

The test's start time.

Link copied to clipboard

The test's status.

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

The test's stop time.

Link copied to clipboard

The test's type.

Functions

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