C# Класс Zetbox.API.AbstractConsumerTests.AbstractSetUpFixture

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
BeginLifetimeScope ( ) : ILifetimeScope

Защищенные методы

Метод Описание
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

Приватные методы

Метод Описание
AbstractSetUpFixture ( ) : System
SetUpTestFixture ( ) : void
TearDown ( ) : void

Описание методов

BeginLifetimeScope() публичный статический Метод

public static BeginLifetimeScope ( ) : ILifetimeScope
Результат ILifetimeScope

EarlySetup() защищенный Метод

This method is called first for early setup tasks before any Zetbox stuff is touched.
protected EarlySetup ( ) : void
Результат void

GetConfigFile() защищенный абстрактный Метод

protected abstract GetConfigFile ( ) : string
Результат string

GetHostType() защищенный абстрактный Метод

protected abstract GetHostType ( ) : HostType
Результат HostType

SetUp() защищенный Метод

protected SetUp ( IContainer container ) : void
container IContainer
Результат void

SetupBuilder() защищенный Метод

protected SetupBuilder ( ContainerBuilder builder ) : void
builder Autofac.ContainerBuilder
Результат void