C# 클래스 StoryTeller.Engine.BasicSystem

상속: ISystem
파일 보기 프로젝트 열기: adymitruk/storyteller

공개 메소드들

메소드 설명
Get ( Type type ) : object
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

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