C# Class StoryTeller.Testing.Engine.RecordingGrammar

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

Méthodes publiques

Свойство Type Description
Numbers List

Méthodes publiques

Méthode Description
Execute ( IStep containerStep, ITestContext context ) : void
ExecuteCurriedStep ( IStep step, ITestContext context ) : void
GetCells ( ) : IList
ToStructure ( FixtureLibrary library ) : GrammarStructure

Method Details

Execute() public méthode

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

ExecuteCurriedStep() public méthode

public ExecuteCurriedStep ( IStep step, ITestContext context ) : void
step IStep
context ITestContext
Résultat void

GetCells() public méthode

public GetCells ( ) : IList
Résultat IList

ToStructure() public méthode

public ToStructure ( FixtureLibrary library ) : GrammarStructure
library StoryTeller.Model.FixtureLibrary
Résultat StoryTeller.Model.GrammarStructure

Property Details

Numbers public_oe property

public List Numbers
Résultat List