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
fun WebIntegrationTestContextBuilder()

Functions

Link copied to clipboard
fun build(): WebIntegrationTestContext

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