C# Class StoryTeller.Grammars.Sets.VerificationSetPlan

Inheritance: ILineExecution
Afficher le fichier Open project: storyteller/Storyteller

Méthodes publiques

Méthode Description
AcceptVisitor ( ILineStepGatherer gatherer ) : void
Count ( ) : int
CreateResults ( IEnumerable expected, IEnumerable actual ) : SetVerificationResult
Execute ( SpecContext context ) : void
VerificationSetPlan ( Section section, ISetMatcher matcher, ISetComparison comparison, IEnumerable expected, Cell cells ) : System.Collections.Generic

Method Details

AcceptVisitor() public méthode

public AcceptVisitor ( ILineStepGatherer gatherer ) : void
gatherer ILineStepGatherer
Résultat void

Count() public méthode

public Count ( ) : int
Résultat int

CreateResults() public méthode

public CreateResults ( IEnumerable expected, IEnumerable actual ) : SetVerificationResult
expected IEnumerable
actual IEnumerable
Résultat SetVerificationResult

Execute() public méthode

public Execute ( SpecContext context ) : void
context SpecContext
Résultat void

VerificationSetPlan() public méthode

public VerificationSetPlan ( Section section, ISetMatcher matcher, ISetComparison comparison, IEnumerable expected, Cell cells ) : System.Collections.Generic
section StoryTeller.Model.Section
matcher ISetMatcher
comparison ISetComparison
expected IEnumerable
cells Cell
Résultat System.Collections.Generic