1 instantiation of NotEmptyException
xunit.assert (1)
CollectionAsserts.cs (1)
475
throw new
NotEmptyException
();
4 references to NotEmptyException
Microsoft.DotNet.XUnitAssert.Tests (2)
CollectionAssertsTests.cs (2)
1071
var
ex = Assert.Throws<
NotEmptyException
>(() => Assert.NotEmpty(list));
xunit.assert (2)
CollectionAsserts.cs (1)
466
/// <exception cref="
NotEmptyException
">Thrown when the collection is empty</exception>
Sdk\Exceptions\NotEmptyException.cs (1)
18
/// Creates a new instance of the <see cref="
NotEmptyException
"/> class.