WebIntegrationTestContextDsl

DSL provided for building integration test environments.

Inheritors

Functions

Link copied to clipboard
abstract fun install(testFeature: IntegrationTestFeature)

Adds the given integration test feature to the environment.

Link copied to clipboard

Installs this feature onto the environment, putting element into the Tegral DI environment and meta-environment.

Link copied to clipboard
abstract fun meta(action: ContextBuilderDsl.() -> Unit)
Link copied to clipboard
abstract fun <T : Any> put(declaration: Declaration<T>)