Sequential

data class Sequential(val value: List<String>) : TestCases

The sequential of the test case.

Constructors

Link copied to clipboard
constructor(value: List<String>)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this TestCases as a Sequential and retrieves its kotlin.collections.List value. Throws an exception if the TestCases is not a Sequential.

Link copied to clipboard

Casts this TestCases as a Sequential and retrieves its kotlin.collections.List value. Returns null if the TestCases is not a Sequential.