data class NestedTest
<init> |
NestedTest(name: String, test: suspend TestContext.() -> Unit, config: TestCaseConfig, type: TestType, sourceRef: SourceRef) |
config |
val config: TestCaseConfig |
name |
val name: String |
sourceRef |
val sourceRef: SourceRef |
test |
val test: suspend TestContext.() -> Unit |
type |
val type: TestType |
toTestCase |
fun NestedTest.toTestCase(spec: Spec, parent: Description): TestCase |