C# 클래스 StoryTeller.Engine.FactGrammar

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

공개 메소드들

메소드 설명
Execute ( IStep containerStep, ITestContext context ) : void
FactGrammar ( bool>.Func test, string title ) : System
FactGrammar ( Func test, string title ) : System
GetCells ( ) : IList

비공개 메소드들

메소드 설명
cell ( ) : Cell

메소드 상세

Execute() 공개 메소드

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

FactGrammar() 공개 메소드

public FactGrammar ( bool>.Func test, string title ) : System
test bool>.Func
title string
리턴 System

FactGrammar() 공개 메소드

public FactGrammar ( Func test, string title ) : System
test Func
title string
리턴 System

GetCells() 공개 메소드

public GetCells ( ) : IList
리턴 IList