1 instantiation of NotSameException
xunit.assert (1)
Sdk\Exceptions\NotSameException.cs (1)
31
new
NotSameException
("Assert.NotSame() Failure: Values are the same instance");
5 references to NotSameException
Microsoft.DotNet.XUnitAssert.Tests (1)
IdentityAssertsTests.cs (1)
16
Assert.IsType<
NotSameException
>(ex);
xunit.assert (4)
IdentityAsserts.cs (2)
24
/// <exception cref="
NotSameException
">Thrown when the objects are the same instance</exception>
35
throw
NotSameException
.ForSameValues();
Sdk\Exceptions\NotSameException.cs (2)
27
/// Creates a new instance of the <see cref="
NotSameException
"/> class to be thrown
30
public static
NotSameException
ForSameValues() =>