C# 클래스 StoryTeller.Model.ErrorGrammar

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

공개 메소드들

메소드 설명
CreatePlan ( Step step, FixtureLibrary library, bool inTable = false ) : IExecutionStep
ErrorGrammar ( string key, string error ) : Baseline
TitleOrFormat ( ) : string

비공개 메소드들

메소드 설명
IGrammar ( Fixture fixture, CellHandling cells ) : GrammarModel

메소드 상세

CreatePlan() 공개 메소드

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

ErrorGrammar() 공개 메소드

public ErrorGrammar ( string key, string error ) : Baseline
key string
error string
리턴 Baseline

TitleOrFormat() 공개 메소드

public TitleOrFormat ( ) : string
리턴 string