TestResponse

data class TestResponse(val commands: List<CommandResponse>, val isActive: Boolean? = null, val testType: String, val validationResultId: String, val validationRunStatus: String)

The definition of a Test.

Constructors

Link copied to clipboard
constructor(commands: List<CommandResponse>, isActive: Boolean? = null, testType: String, validationResultId: String, validationRunStatus: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The commands used in the test.

Link copied to clipboard
val isActive: Boolean? = null

Indicates if this test is active.It doesn't schedule test for not active Test.

Link copied to clipboard

The type of the test.

Link copied to clipboard

Resource identifier of the validation test result.

Link copied to clipboard

The status of the validation run of the package.