C# Class StoryTeller.Grammars.Sets.VerificationSetPlan

Inheritance: ILineExecution
Mostrar archivo Open project: storyteller/Storyteller

Public Methods

Method 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 method

public AcceptVisitor ( ILineStepGatherer gatherer ) : void
gatherer ILineStepGatherer
return void

Count() public method

public Count ( ) : int
return int

CreateResults() public method

public CreateResults ( IEnumerable expected, IEnumerable actual ) : SetVerificationResult
expected IEnumerable
actual IEnumerable
return SetVerificationResult

Execute() public method

public Execute ( SpecContext context ) : void
context SpecContext
return void

VerificationSetPlan() public method

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
return System.Collections.Generic