C# 클래스 StoryTeller.Engine.TableGrammar

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

공개 메소드들

메소드 설명
After ( System.Action action ) : TableGrammar
After ( GrammarAction action ) : TableGrammar
Before ( System.Action action ) : TableGrammar
Before ( GrammarAction action ) : TableGrammar
Execute ( IStep containerStep, ITestContext context ) : void
ExecuteCurriedStep ( IStep step, ITestContext context ) : void
GetCells ( ) : IList
LeafName ( string leafName ) : TableGrammar
LeafName ( ) : string
TableGrammar ( IGrammarWithCells innerGrammar, string leafName ) : System
ToStructure ( FixtureLibrary library ) : GrammarStructure

보호된 메소드들

메소드 설명
TableGrammar ( string leafName ) : System

메소드 상세

After() 공개 메소드

public After ( System.Action action ) : TableGrammar
action System.Action
리턴 TableGrammar

After() 공개 메소드

public After ( GrammarAction action ) : TableGrammar
action GrammarAction
리턴 TableGrammar

Before() 공개 메소드

public Before ( System.Action action ) : TableGrammar
action System.Action
리턴 TableGrammar

Before() 공개 메소드

public Before ( GrammarAction action ) : TableGrammar
action GrammarAction
리턴 TableGrammar

Execute() 공개 메소드

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

ExecuteCurriedStep() 공개 메소드

public ExecuteCurriedStep ( IStep step, ITestContext context ) : void
step IStep
context ITestContext
리턴 void

GetCells() 공개 메소드

public GetCells ( ) : IList
리턴 IList

LeafName() 공개 메소드

public LeafName ( string leafName ) : TableGrammar
leafName string
리턴 TableGrammar

LeafName() 공개 메소드

public LeafName ( ) : string
리턴 string

TableGrammar() 공개 메소드

public TableGrammar ( IGrammarWithCells innerGrammar, string leafName ) : System
innerGrammar IGrammarWithCells
leafName string
리턴 System

TableGrammar() 보호된 메소드

protected TableGrammar ( string leafName ) : System
leafName string
리턴 System

ToStructure() 공개 메소드

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