Table of Contents

Class NotSameException

Namespace
Xunit.Sdk
Assembly
xunit.v3.assert.dll

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.