Table of Contents

Class CastleWindsorContainer

Namespace
Mokkit.Containers.CastleWindsor
Assembly
Mokkit.Containers.CastleWindsor.dll

Mokkit container backed by Castle Windsor. Resolution delegates to the Windsor container, returning null for unregistered services so the aggregator can fall through.

public class CastleWindsorContainer : BaseDependencyContainer, IDependencyContainer

Inheritance

BaseDependencyContainer

Implements

IDependencyContainer

Inherited Members

Methods

BeginScope(TestHostContext)

Begins a resolution scope over the Windsor container.

public IDependencyContainerScope BeginScope(TestHostContext context)

Parameters

context TestHostContext

The test host context (unused).

Returns

IDependencyContainerScope

A new scope.