Comment 0 for bug 780607

Revision history for this message
Rechenelf (matklaus) wrote :

It would be nice to have two other methods for CollectionAssert

CollectionAssert.ContainsValue(result.DisplayStrings, displayString);
instead of my current implementation
Assert.IsTrue(result.DisplayStrings.ContainsValue(displayString));

also:
CollectionAssert.ContainsKey

where result.DisplayStrings is a IDictionary