C# Class Zetbox.API.AbstractConsumerTests.AbstractSetUpFixture

Show file Open project: daszat/zetbox Class Usage Examples

Public Methods

Method Description
BeginLifetimeScope ( ) : ILifetimeScope

Protected Methods

Method 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

Method Description
AbstractSetUpFixture ( ) : System
SetUpTestFixture ( ) : void
TearDown ( ) : void

Method Details

BeginLifetimeScope() public static method

public static BeginLifetimeScope ( ) : ILifetimeScope
return ILifetimeScope

EarlySetup() protected method

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

GetConfigFile() protected abstract method

protected abstract GetConfigFile ( ) : string
return string

GetHostType() protected abstract method

protected abstract GetHostType ( ) : HostType
return HostType

SetUp() protected method

protected SetUp ( IContainer container ) : void
container IContainer
return void

SetupBuilder() protected method

protected SetupBuilder ( ContainerBuilder builder ) : void
builder Autofac.ContainerBuilder
return void