C# 클래스 StoryTeller.Grammars.Sets.SetVerificationGrammar

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

공개 메소드들

메소드 설명
Compile ( Fixture fixture, CellHandling cells ) : GrammarModel
CreatePlan ( Step step, FixtureLibrary library, bool inTable = false ) : IExecutionStep
LeafNameIs ( string leafName ) : SetVerificationGrammar

Ordered ( ) : SetVerificationGrammar
SetVerificationGrammar ( string title, string leafName, ISetComparison comparison ) : System

메소드 상세

Compile() 공개 메소드

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

CreatePlan() 공개 메소드

public CreatePlan ( Step step, FixtureLibrary library, bool inTable = false ) : IExecutionStep
step StoryTeller.Model.Step
library StoryTeller.Model.FixtureLibrary
inTable bool
리턴 IExecutionStep

LeafNameIs() 공개 메소드

public LeafNameIs ( string leafName ) : SetVerificationGrammar
leafName string
리턴 SetVerificationGrammar

Ordered() 공개 메소드

public Ordered ( ) : SetVerificationGrammar
리턴 SetVerificationGrammar

SetVerificationGrammar() 공개 메소드

public SetVerificationGrammar ( string title, string leafName, ISetComparison comparison ) : System
title string
leafName string
comparison ISetComparison
리턴 System