C# Class StoryTeller.Grammars.FactGrammar

Inheritance: IFactGrammar
Mostra file Open project: storyteller/Storyteller Class Usage Examples

Public Methods

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

Private Methods

Method Description
IGrammar ( Step step, FixtureLibrary library, bool inTable = false ) : IExecutionStep

Method Details

Compile() public method

public Compile ( Fixture fixture, CellHandling cells ) : GrammarModel
fixture Fixture
cells CellHandling
return StoryTeller.Model.GrammarModel

FactGrammar() public method

public FactGrammar ( string label, bool>.Func test ) : System
label string
test bool>.Func
return System

PerformTest() public method

public PerformTest ( StepValues values, ISpecContext context ) : bool
values StoryTeller.Conversion.StepValues
context ISpecContext
return bool