C# Class StoryTeller.Grammars.FactGrammar

Inheritance: IFactGrammar
Afficher le fichier Open project: storyteller/Storyteller Class Usage Examples

Méthodes publiques

Méthode Description
Compile ( Fixture fixture, CellHandling cells ) : GrammarModel
FactGrammar ( string label, bool>.Func test ) : System
PerformTest ( StepValues values, ISpecContext context ) : bool

Private Methods

Méthode Description
IGrammar ( Step step, FixtureLibrary library, bool inTable = false ) : IExecutionStep

Method Details

Compile() public méthode

public Compile ( Fixture fixture, CellHandling cells ) : GrammarModel
fixture Fixture
cells CellHandling
Résultat StoryTeller.Model.GrammarModel

FactGrammar() public méthode

public FactGrammar ( string label, bool>.Func test ) : System
label string
test bool>.Func
Résultat System

PerformTest() public méthode

public PerformTest ( StepValues values, ISpecContext context ) : bool
values StoryTeller.Conversion.StepValues
context ISpecContext
Résultat bool