C# 클래스 Zetbox.API.AbstractConsumerTests.AbstractSetUpFixture

파일 보기 프로젝트 열기: daszat/zetbox 1 사용 예제들

공개 메소드들

메소드 설명
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