test

fun test(name: String, config: MatrixSuiteConfigBuilder, body: suspend <Error class: unknown class>.(T) -> Unit)(source)


fun test(name: String, testConfig: <Error class: unknown class> = TestConfig, body: suspend <Error class: unknown class>.(T) -> Unit)(source)

testConfig is for aroundAll / aroundEach / context / timeouts only. Set concurrency via execution (the matrixConfig overload), not TestConfig.invocation(...); testScope(...) is sequential-only.