C# 클래스 StoryTeller.Engine.CurriedLineGrammar

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

공개 메소드들

메소드 설명
CurriedLineGrammar ( string template, IGrammarWithCells inner, string defaults ) : System

Usage of defaults

Execute ( IStep containerStep, ITestContext context ) : void
GetCells ( ) : IList

메소드 상세

CurriedLineGrammar() 공개 메소드

Usage of defaults
public CurriedLineGrammar ( string template, IGrammarWithCells inner, string defaults ) : System
template string
inner IGrammarWithCells
defaults string key:value, key:value, key:value
리턴 System

Execute() 공개 메소드

public Execute ( IStep containerStep, ITestContext context ) : void
containerStep IStep
context ITestContext
리턴 void

GetCells() 공개 메소드

public GetCells ( ) : IList
리턴 IList