1 instantiation of EmptyException
xunit.assert (1)
CollectionAsserts.cs (1)
417 throw new EmptyException(collection);
6 references to EmptyException
Microsoft.DotNet.XUnitAssert.Tests (4)
CollectionAssertsTests.cs (4)
830 EmptyException ex = Assert.Throws<EmptyException>(() => Assert.Empty(list)); 854 EmptyException ex = Assert.Throws<EmptyException>(() => Assert.Empty("Foo"));
xunit.assert (2)
CollectionAsserts.cs (1)
408 /// <exception cref="EmptyException">Thrown when the collection is not empty</exception>
Sdk\Exceptions\EmptyException.cs (1)
20 /// Creates a new instance of the <see cref="EmptyException"/> class.