test

fun test(name: String, displayName: String = name, testConfig: TestConfig = TestConfig, action: suspend TestExecutionScope.() -> Unit)(source)

Registers a Test as a child of this test suite.