C# Class StoryTeller.Grammars.Sets.UnorderedSetMatcher

Inheritance: ISetMatcher
Afficher le fichier Open project: storyteller/Storyteller Class Usage Examples

Méthodes publiques

Свойство Type Description
Flyweight ISetMatcher

Méthodes publiques

Méthode Description
Match ( Cell cells, IEnumerable expectedValues, IEnumerable actualValues ) : SetVerificationResult

Méthodes protégées

Méthode Description
processMatch ( StepValues actual, SetVerificationResult result, StepValues expected ) : void

Method Details

Match() public méthode

public Match ( Cell cells, IEnumerable expectedValues, IEnumerable actualValues ) : SetVerificationResult
cells Cell
expectedValues IEnumerable
actualValues IEnumerable
Résultat SetVerificationResult

processMatch() protected méthode

protected processMatch ( StepValues actual, SetVerificationResult result, StepValues expected ) : void
actual StoryTeller.Conversion.StepValues
result SetVerificationResult
expected StoryTeller.Conversion.StepValues
Résultat void

Property Details

Flyweight public_oe static_oe property

public static ISetMatcher Flyweight
Résultat ISetMatcher