C# Class StoryTeller.Engine.Sets.SetRowMatcher

Datei anzeigen Open project: adymitruk/storyteller Class Usage Examples

Public Methods

Method Description
Compare ( ) : IList
CompareOrdered ( ) : IList
SetRowMatcher ( IList expected, IList actual, RowValueMatcher matcher ) : System.Collections.Generic

Method Details

Compare() public method

public Compare ( ) : IList
return IList

CompareOrdered() public method

public CompareOrdered ( ) : IList
return IList

SetRowMatcher() public method

public SetRowMatcher ( IList expected, IList actual, RowValueMatcher matcher ) : System.Collections.Generic
expected IList
actual IList
matcher RowValueMatcher
return System.Collections.Generic