5 references to DoesNotContain
Microsoft.DotNet.XUnitAssert.Tests (5)
AsyncCollectionAssertsTests.cs (5)
467
Assert.Throws<ArgumentNullException>("collection", () => Assert.
DoesNotContain
(14, default(IAsyncEnumerable<int>)!));
475
Assert.
DoesNotContain
(null, list);
483
var ex = Record.Exception(() => Assert.
DoesNotContain
(42, list));
500
Assert.
DoesNotContain
(42, list);
508
Assert.
DoesNotContain
(42, list);