4 references to Empty
Microsoft.DotNet.XUnitAssert.Tests (4)
Asserts\AsyncCollectionAssertsTests.cs (4)
585 Assert.Throws<ArgumentNullException>("collection", () => Assert.Empty(default(IAsyncEnumerable<int>)!)); 593 Assert.Empty(list); 601 var ex = Record.Exception(() => Assert.Empty(list)); 616 Assert.Empty(enumerator);