WebIntegrationTestContextDsl

interface WebIntegrationTestContextDsl : ExtensibleContextBuilderDsl

DSL provided for building integration test environments.

Functions

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

Adds the given integration test feature to the environment.

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

Inheritors

Link copied to clipboard