WebIntegrationTestContextBuilder

Builder for integration test environments.

Comparable to a regular Tegral DI environment builder, with the addition of installable features.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard

Build a WebIntegrationTestContext, installing required features, constructing an environment, etc.

Link copied to clipboard
open override 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
open override fun meta(action: ContextBuilderDsl.() -> Unit)
Link copied to clipboard
open override fun <T : Any> put(declaration: Declaration<T>)