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

Inheritance: StructureMapNancyBootstrapper
Afficher le fichier Open project: NancyFx/Nancy.Bootstrappers.StructureMap Class Usage Examples

Méthodes publiques

Méthode Description
FakeStructureMapNancyBootstrapper ( ) : System
FakeStructureMapNancyBootstrapper ( NancyInternalConfiguration>.Func configuration ) : System

Méthodes protégées

Méthode Description
ConfigureApplicationContainer ( IContainer existingContainer ) : void
ConfigureRequestContainer ( IContainer container, NancyContext context ) : void

Method Details

ConfigureApplicationContainer() protected méthode

protected ConfigureApplicationContainer ( IContainer existingContainer ) : void
existingContainer IContainer
Résultat void

ConfigureRequestContainer() protected méthode

protected ConfigureRequestContainer ( IContainer container, NancyContext context ) : void
container IContainer
context NancyContext
Résultat void

FakeStructureMapNancyBootstrapper() public méthode

public FakeStructureMapNancyBootstrapper ( ) : System
Résultat System

FakeStructureMapNancyBootstrapper() public méthode

public FakeStructureMapNancyBootstrapper ( NancyInternalConfiguration>.Func configuration ) : System
configuration NancyInternalConfiguration>.Func
Résultat System