Ignored

Marks a test or an entire suite as disabled.

Example

Mark a suite as disabled:

suite("Suite name", Ignored) {
// …
}

Mark a test as disabled:

test("Some kind of test", config = Ignored) {
// …
}

Properties

Link copied to clipboard

The coroutine context configured for this test through the Context configuration.

Link copied to clipboard
open override val key: Ignored

The identifier for this test configuration element.

Link copied to clipboard

Marker for the uniqueness of the elements denoted by this key.

Functions

Link copied to clipboard

Finds the elements identified by key in the current TestConfig.

Finds the Element identified by key in the current TestConfig.

Link copied to clipboard
operator fun TestConfig.plus(other: TestConfig): TestConfig

Combines two TestConfig instances.