C# Class Nancy.Bootstrappers.StructureMap.Tests.FakeStructureMapNancyBootstrapper

Inheritance: StructureMapNancyBootstrapper
Mostra file Open project: NancyFx/Nancy.Bootstrappers.StructureMap Class Usage Examples

Public Methods

Method Description
FakeStructureMapNancyBootstrapper ( ) : System
FakeStructureMapNancyBootstrapper ( NancyInternalConfiguration>.Func configuration ) : System

Protected Methods

Method Description
ConfigureApplicationContainer ( IContainer existingContainer ) : void
ConfigureRequestContainer ( IContainer container, NancyContext context ) : void

Method Details

ConfigureApplicationContainer() protected method

protected ConfigureApplicationContainer ( IContainer existingContainer ) : void
existingContainer IContainer
return void

ConfigureRequestContainer() protected method

protected ConfigureRequestContainer ( IContainer container, NancyContext context ) : void
container IContainer
context NancyContext
return void

FakeStructureMapNancyBootstrapper() public method

public FakeStructureMapNancyBootstrapper ( ) : System
return System

FakeStructureMapNancyBootstrapper() public method

public FakeStructureMapNancyBootstrapper ( NancyInternalConfiguration>.Func configuration ) : System
configuration NancyInternalConfiguration>.Func
return System