testSuite



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

Shorthand wrapping matrixConfig with only a testConfig (aroundAll / aroundEach / context / timeouts). Set concurrency via execution (see matrixConfig), not TestConfig.invocation(...); testScope(...) is sequential-only (matrix disables it when concurrent).