Activity log for bug #780607

Date Who What changed Old value New value Message
2011-05-10 16:03:55 Rechenelf bug added bug
2011-05-10 16:42:07 Charlie Poole nunit-3.0: status New Triaged
2011-05-10 16:42:13 Charlie Poole nunit-3.0: importance Undecided Medium
2013-10-05 05:23:24 Charlie Poole tags dictionary feature dictionary feature framework
2013-10-19 23:59:19 Charlie Poole description 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 [Issue now tracked at https://github.com/nunit/nunit-framework/issues/24] 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
2013-10-19 23:59:26 Charlie Poole tags dictionary feature framework dictionary feature framework github