1 instantiation of SameException
xunit.assert (1)
Sdk\Exceptions\SameException.cs (1)
33 new SameException(
6 references to SameException
Microsoft.DotNet.XUnitAssert.Tests (2)
IdentityAssertsTests.cs (2)
42 Assert.IsType<SameException>(ex); 55 Assert.Throws<SameException>(() => Assert.Same(0, 0));
xunit.assert (4)
IdentityAsserts.cs (2)
40 /// <exception cref="SameException">Thrown when the objects are not the same instance</exception> 51 throw SameException.ForFailure(
Sdk\Exceptions\SameException.cs (2)
25 /// Creates a new instance of the <see cref="SameException"/> class to be thrown 30 public static SameException ForFailure(