C# 클래스 StoryTeller.Testing.Engine.RecordingGrammar

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

공개 프로퍼티들

프로퍼티 타입 설명
Numbers List

공개 메소드들

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

메소드 상세

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

ToStructure() 공개 메소드

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

프로퍼티 상세

Numbers 공개적으로 프로퍼티

public List Numbers
리턴 List