Class NotSameException
Exception thrown when Assert.NotSame fails.
public class NotSameException : XunitException, ISerializable, IAssertionException
- Inheritance
-
NotSameException
- Implements
- Inherited Members
Methods
ForSameValues()
Creates a new instance of the NotSameException class to be thrown when two values are the same instance.
public static NotSameException ForSameValues()