2 references to DoesNotContain
Microsoft.DotNet.XUnitAssert.Tests (2)
DictionaryAssertsTests.cs (2)
80
Assert.
DoesNotContain
("FORTY-two", dictionary.ToImmutableDictionary());
111
assertFailure(() => Assert.
DoesNotContain
("FORTY-two", dictionary.ToImmutableDictionary(StringComparer.InvariantCultureIgnoreCase)));