Test Args
data class TestArgs(val commands: Output<List<CommandArgs>>, val isActive: Output<Boolean>? = null, val testType: Output<Either<String, TestType>>) : ConvertibleToJava<TestArgs>
The definition of a Test.
The definition of a Test.