testSuite
fun testSuite(name: String, displayName: String = name, testConfig: TestConfig = TestConfig, content: TestFixture.Scope<FixtureScopedAction>.() -> Unit)(source)
Registers a TestSuite as a child of the scope's test suite.
Registers a TestSuite as a child of the scope's test suite.