testSuite
open fun TestSuiteScope.testSuite(name: String, displayName: String = name, testConfig: TestConfig = TestConfig, content: TestSuite.() -> Unit)(source)
Registers a TestSuite as a child of the testSuiteInScope.
Registers a TestSuite as a child of the testSuiteInScope.