5 references to DoesNotContain
Microsoft.DotNet.XUnitAssert.Tests (5)
Asserts\AsyncCollectionAssertsTests.cs (5)
472
Assert.Throws<ArgumentNullException>("collection", () => Assert.
DoesNotContain
(14, default(IAsyncEnumerable<int>)!));
480
Assert.
DoesNotContain
(null, list);
488
var ex = Record.Exception(() => Assert.
DoesNotContain
(42, list));
505
Assert.
DoesNotContain
(42, list);
513
Assert.
DoesNotContain
(42, list);