TestCases

sealed class TestCases

Specifies test cases.

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
data class Sequential(val value: List<String>) : TestCases

The sequential of the test case.

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.