Method | Description | |
---|---|---|
BeginLifetimeScope ( ) : ILifetimeScope |
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 ( |
Method | Description | |
---|---|---|
AbstractSetUpFixture ( ) : System | ||
SetUpTestFixture ( ) : void | ||
TearDown ( ) : void |
public static BeginLifetimeScope ( ) : ILifetimeScope | ||
return | ILifetimeScope |
protected abstract GetConfigFile ( ) : string | ||
return | string |
protected abstract GetHostType ( ) : HostType | ||
return | HostType |
protected SetUp ( IContainer container ) : void | ||
container | IContainer | |
return | void |
protected SetupBuilder ( |
||
builder | ||
return | void |