C# Class StoryTeller.Testing.Engine.StubFixture

Inheritance: IFixture
Afficher le fichier Open project: adymitruk/storyteller

Méthodes publiques

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

Method Details

ForEachGrammar() public méthode

public ForEachGrammar ( IGrammar>.Action action ) : void
action IGrammar>.Action
Résultat void

HasGrammar() public méthode

public HasGrammar ( string key ) : bool
key string
Résultat bool

SetUp() public méthode

public SetUp ( ITestContext context ) : void
context ITestContext
Résultat void

TearDown() public méthode

public TearDown ( ) : void
Résultat void

this() public méthode

public this ( string key ) : IGrammar
key string
Résultat IGrammar