Package-level declarations

Functions

Link copied to clipboard
operator fun <T> String.invoke(displayName: String = this, maxLength: Int = FreeSpec.defaultTestNameMaxLength!!, displayNameMaxLength: Int = FreeSpec.defaultDisplayNameMaxLength!!, testConfig: <Error class: unknown class> = TestConfig): <Error class: unknown class>

Creates a configured suite with the specified name and configuration.

operator fun <T> String.invoke(displayName: String = this, maxLength: Int = FreeSpec.defaultTestNameMaxLength!!, displayNameMaxLength: Int = FreeSpec.defaultDisplayNameMaxLength!!, testConfig: <Error class: unknown class> = TestConfig, nested: suspend <Error class: unknown class>.(T) -> Unit)
operator fun <T> String.invoke(displayName: String = this, maxLength: Int = FreeSpec.defaultTestNameMaxLength!!, displayNameMaxLength: Int = FreeSpec.defaultDisplayNameMaxLength!!, testConfig: <Error class: unknown class> = TestConfig, nested: suspend <Error class: unknown class>.(T) -> Unit)

Creates a test case with the specified name and configuration.

Link copied to clipboard
infix operator fun <T> <Error class: unknown class>.minus(suiteBody: <Error class: unknown class>.(T) -> Unit): <Error class: unknown class>

infix operator fun <T> String.minus(suiteBody: <Error class: unknown class>.(T) -> Unit): <Error class: unknown class>

Creates a test suite with the specified name and configuration.