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, IDependencyContainerInheritance
-
BaseDependencyContainer
Implements
-
IDependencyContainer
Inherited Members
Methods
BeginScope(TestHostContext)
Begins a resolution scope over the Windsor container.
public IDependencyContainerScope BeginScope(TestHostContext context)Parameters
contextTestHostContext-
The test host context (unused).
Returns
- IDependencyContainerScope
-
A new scope.