ConfiguredSuite
data class ConfiguredSuite(val parent: TestSuiteScope, val maxLength: Int = FreeSpec.defaultTestNameMaxLength!!, val testName: String, val config: TestConfig)(source)
Represents a configured test suite with its parent suite, name, and configuration.
Parameters
maxLength
maximum length of test element name (not display name)