C# 클래스 StoryTeller.Engine.DoGrammar

Grammar object that performs an action silently
상속: IGrammar
파일 보기 프로젝트 열기: adymitruk/storyteller 1 사용 예제들

공개 메소드들

메소드 설명
DoGrammar ( GrammarAction action ) : System.Collections.Generic
Execute ( IStep containerStep, ITestContext context ) : void
GetCells ( ) : IList
ToStructure ( FixtureLibrary library ) : GrammarStructure

메소드 상세

DoGrammar() 공개 메소드

public DoGrammar ( GrammarAction action ) : System.Collections.Generic
action GrammarAction
리턴 System.Collections.Generic

Execute() 공개 메소드

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

GetCells() 공개 메소드

public GetCells ( ) : IList
리턴 IList

ToStructure() 공개 메소드

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