Package-level declarations
Functions
Link copied to clipboard
operator fun <T> String.invoke(maxLength: Int = FreeSpec.defaultTestNameMaxLength!!, testConfig: TestConfig = TestConfig): <Error class: unknown class>
Creates a configured suite with the specified name and configuration.
operator fun <T> String.invoke(maxLength: Int = FreeSpec.defaultTestNameMaxLength!!, testConfig: TestConfig = TestConfig, nested: suspend Test.ExecutionScope.(T) -> Unit)
operator fun <T> String.invoke(maxLength: Int = FreeSpec.defaultTestNameMaxLength!!, testConfig: TestConfig = TestConfig, nested: suspend Test.ExecutionScope.(T) -> Unit)
Creates a test case with the specified name and configuration.
Link copied to clipboard