kotest-core / io.kotest.core.test / NestedTest

NestedTest

data class NestedTest

Constructors

<init>

NestedTest(name: String, test: suspend TestContext.() -> Unit, config: TestCaseConfig, type: TestType, sourceRef: SourceRef)

Properties

config

val config: TestCaseConfig

name

val name: String

sourceRef

val sourceRef: SourceRef

test

val test: suspend TestContext.() -> Unit

type

val type: TestType

Extension Functions

toTestCase

fun NestedTest.toTestCase(spec: Spec, parent: Description): TestCase