C# Class StoryTeller.Testing.Engine.EmbeddedSectionGrammarTester.FixtureThatThrowsExceptionInSetUp

Inheritance: IFixture
Show file Open project: adymitruk/storyteller

Public Methods

Method Description
ForEachGrammar ( IGrammar>.Action action ) : void
HasGrammar ( string key ) : bool
SetUp ( ITestContext context ) : void
TearDown ( ) : void
this ( string key ) : IGrammar

Method Details

ForEachGrammar() public method

public ForEachGrammar ( IGrammar>.Action action ) : void
action IGrammar>.Action
return void

HasGrammar() public method

public HasGrammar ( string key ) : bool
key string
return bool

SetUp() public method

public SetUp ( ITestContext context ) : void
context ITestContext
return void

TearDown() public method

public TearDown ( ) : void
return void

this() public method

public this ( string key ) : IGrammar
key string
return IGrammar