C# 클래스 StoryTeller.Grammars.FactGrammar

상속: IFactGrammar
파일 보기 프로젝트 열기: storyteller/Storyteller 1 사용 예제들

공개 메소드들

메소드 설명
Compile ( Fixture fixture, CellHandling cells ) : GrammarModel
FactGrammar ( string label, bool>.Func test ) : System
PerformTest ( StepValues values, ISpecContext context ) : bool

비공개 메소드들

메소드 설명
IGrammar ( Step step, FixtureLibrary library, bool inTable = false ) : IExecutionStep

메소드 상세

Compile() 공개 메소드

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

FactGrammar() 공개 메소드

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

PerformTest() 공개 메소드

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