C# Class StoryTeller.Grammars.Sets.UnorderedSetMatcher

Inheritance: ISetMatcher
Show file Open project: storyteller/Storyteller Class Usage Examples

Public Properties

Property Type Description
Flyweight ISetMatcher

Public Methods

Method Description
Match ( Cell cells, IEnumerable expectedValues, IEnumerable actualValues ) : SetVerificationResult

Protected Methods

Method Description
processMatch ( StepValues actual, SetVerificationResult result, StepValues expected ) : void

Method Details

Match() public method

public Match ( Cell cells, IEnumerable expectedValues, IEnumerable actualValues ) : SetVerificationResult
cells Cell
expectedValues IEnumerable
actualValues IEnumerable
return SetVerificationResult

processMatch() protected method

protected processMatch ( StepValues actual, SetVerificationResult result, StepValues expected ) : void
actual StoryTeller.Conversion.StepValues
result SetVerificationResult
expected StoryTeller.Conversion.StepValues
return void

Property Details

Flyweight public static property

public static ISetMatcher Flyweight
return ISetMatcher