Skip to content

Suiteopensavvy.prepared.suite.configTestConfigEmpty

Empty

object Empty : TestConfig

The empty TestConfig, useful as a default parameter when no particular configuration is required.

Properties

coroutineContext

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

Functions

get

Finds the elements identified by key in the current TestConfig.

Finds the Element identified by key in the current TestConfig.

plus

operator fun TestConfig.plus(other: TestConfig): TestConfig

Combines two TestConfig instances.

toString

open override fun toString(): String