C# 클래스 StoryTeller.Engine.SingleLineGrammar

상속: IGrammar
파일 보기 프로젝트 열기: adymitruk/storyteller

공개 메소드들

메소드 설명
Execute ( IStep containerStep, ITestContext context ) : void
GetCells ( ) : IList
ToStructure ( FixtureLibrary library ) : GrammarStructure

보호된 메소드들

메소드 설명
SingleLineGrammar ( ) : System
SingleLineGrammar ( string format ) : System
afterExecute ( ) : void
beforeExecute ( ) : void
replaceFormat ( string format ) : void

메소드 상세

Execute() 공개 메소드

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

GetCells() 공개 메소드

public GetCells ( ) : IList
리턴 IList

SingleLineGrammar() 보호된 메소드

protected SingleLineGrammar ( ) : System
리턴 System

SingleLineGrammar() 보호된 메소드

protected SingleLineGrammar ( string format ) : System
format string
리턴 System

ToStructure() 공개 메소드

public ToStructure ( FixtureLibrary library ) : GrammarStructure
library StoryTeller.Model.FixtureLibrary
리턴 StoryTeller.Model.GrammarStructure

afterExecute() 보호된 메소드

protected afterExecute ( ) : void
리턴 void

beforeExecute() 보호된 메소드

protected beforeExecute ( ) : void
리턴 void

replaceFormat() 보호된 메소드

protected replaceFormat ( string format ) : void
format string
리턴 void