C# 클래스 StoryTeller.Engine.NulloSystem

상속: ISystem
파일 보기 프로젝트 열기: adymitruk/storyteller 1 사용 예제들

공개 메소드들

메소드 설명
Get ( Type type ) : object
NulloSystem ( Action configure ) : System
NulloSystem ( Assembly assembly ) : System
RegisterFixtures ( FixtureRegistry registry ) : void
RegisterServices ( ITestContext context ) : void
Setup ( ) : void
SetupEnvironment ( ) : void
Teardown ( ) : void
TeardownEnvironment ( ) : void

메소드 상세

Get() 공개 메소드

public Get ( Type type ) : object
type System.Type
리턴 object

NulloSystem() 공개 메소드

public NulloSystem ( Action configure ) : System
configure Action
리턴 System

NulloSystem() 공개 메소드

public NulloSystem ( Assembly assembly ) : System
assembly Assembly
리턴 System

RegisterFixtures() 공개 메소드

public RegisterFixtures ( FixtureRegistry registry ) : void
registry FixtureRegistry
리턴 void

RegisterServices() 공개 메소드

public RegisterServices ( ITestContext context ) : void
context ITestContext
리턴 void

Setup() 공개 메소드

public Setup ( ) : void
리턴 void

SetupEnvironment() 공개 메소드

public SetupEnvironment ( ) : void
리턴 void

Teardown() 공개 메소드

public Teardown ( ) : void
리턴 void

TeardownEnvironment() 공개 메소드

public TeardownEnvironment ( ) : void
리턴 void