C# Class StoryTeller.Engine.FactGrammar

Inheritance: LineGrammar
Afficher le fichier Open project: adymitruk/storyteller Class Usage Examples

Méthodes publiques

Méthode Description
Execute ( IStep containerStep, ITestContext context ) : void
FactGrammar ( bool>.Func test, string title ) : System
FactGrammar ( Func test, string title ) : System
GetCells ( ) : IList

Private Methods

Méthode Description
cell ( ) : Cell

Method Details

Execute() public méthode

public Execute ( IStep containerStep, ITestContext context ) : void
containerStep IStep
context ITestContext
Résultat void

FactGrammar() public méthode

public FactGrammar ( bool>.Func test, string title ) : System
test bool>.Func
title string
Résultat System

FactGrammar() public méthode

public FactGrammar ( Func test, string title ) : System
test Func
title string
Résultat System

GetCells() public méthode

public GetCells ( ) : IList
Résultat IList