minus

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

Creates a test suite with the specified name and body.

Parameters

suiteBody

The body of the test suite.