C# Class Zetbox.API.AbstractConsumerTests.AbstractSetUpFixture

Afficher le fichier Open project: daszat/zetbox Class Usage Examples

Méthodes publiques

Méthode Description
BeginLifetimeScope ( ) : ILifetimeScope

Méthodes protégées

Méthode Description
EarlySetup ( ) : void

This method is called first for early setup tasks before any Zetbox stuff is touched.

GetConfigFile ( ) : string
GetHostType ( ) : HostType
SetUp ( IContainer container ) : void
SetupBuilder ( ContainerBuilder builder ) : void

Private Methods

Méthode Description
AbstractSetUpFixture ( ) : System
SetUpTestFixture ( ) : void
TearDown ( ) : void

Method Details

BeginLifetimeScope() public static méthode

public static BeginLifetimeScope ( ) : ILifetimeScope
Résultat ILifetimeScope

EarlySetup() protected méthode

This method is called first for early setup tasks before any Zetbox stuff is touched.
protected EarlySetup ( ) : void
Résultat void

GetConfigFile() protected abstract méthode

protected abstract GetConfigFile ( ) : string
Résultat string

GetHostType() protected abstract méthode

protected abstract GetHostType ( ) : HostType
Résultat HostType

SetUp() protected méthode

protected SetUp ( IContainer container ) : void
container IContainer
Résultat void

SetupBuilder() protected méthode

protected SetupBuilder ( ContainerBuilder builder ) : void
builder Autofac.ContainerBuilder
Résultat void