C# 클래스 StoryTeller.Testing.Engine.StubFixture

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

공개 메소드들

메소드 설명
ForEachGrammar ( IGrammar>.Action action ) : void
HasGrammar ( string key ) : bool
SetUp ( ITestContext context ) : void
TearDown ( ) : void
this ( string key ) : IGrammar

메소드 상세

ForEachGrammar() 공개 메소드

public ForEachGrammar ( IGrammar>.Action action ) : void
action IGrammar>.Action
리턴 void

HasGrammar() 공개 메소드

public HasGrammar ( string key ) : bool
key string
리턴 bool

SetUp() 공개 메소드

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

TearDown() 공개 메소드

public TearDown ( ) : void
리턴 void

this() 공개 메소드

public this ( string key ) : IGrammar
key string
리턴 IGrammar