kotest-runner-junit5 / io.kotest.runner.junit.platform / org.junit.platform.engine.TestDescriptor / append

append

fun TestDescriptor.append(description: Description, type: Type, source: TestSource?, segment: Segment): TestDescriptor
fun TestDescriptor.append(name: String, type: Type, source: TestSource?, segment: Segment): TestDescriptor

Creates a new TestDescriptor appended to the receiver and adds it as a child of the receiver.