testSuite



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

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