C# Class StoryTeller.Engine.Sets.SetVerificationGrammar

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

Méthodes publiques

Méthode Description
Before ( GrammarAction action ) : void
Execute ( IStep containerStep, ITestContext context ) : void
SetVerificationGrammar ( string leafName, string labelName, ISetComparer comparer ) : System
ToStructure ( FixtureLibrary library ) : GrammarStructure

Private Methods

Méthode Description
buildActualRows ( IEnumerable actualObjects ) : IList
buildExpectedRows ( ITestContext context, IStep step ) : IList
cells ( ) : List
findTheObjects ( IStep containerStep, ITestContext context ) : IEnumerable
markCounts ( ITestContext context, IEnumerable results ) : void
toActual ( object target ) : StoryTeller.Engine.Sets.SetRow
toExpectedRow ( IStep step, ITestContext context ) : StoryTeller.Engine.Sets.SetRow

Method Details

Before() public méthode

public Before ( GrammarAction action ) : void
action GrammarAction
Résultat void

Execute() public méthode

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

SetVerificationGrammar() public méthode

public SetVerificationGrammar ( string leafName, string labelName, ISetComparer comparer ) : System
leafName string
labelName string
comparer ISetComparer
Résultat System

ToStructure() public méthode

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