C# Class PclUnit.Style.Xunit.Exceptions.SameException

Inheritance: AssertActualExpectedException
Show file Open project: jbtule/PclUnit

Public Methods

Method Description
SameException ( object expected, object actual ) : System.Diagnostics.CodeAnalysis

Creates a new instance of the SameException class.

Method Details

SameException() public method

Creates a new instance of the SameException class.
public SameException ( object expected, object actual ) : System.Diagnostics.CodeAnalysis
expected object The expected object reference
actual object The actual object reference
return System.Diagnostics.CodeAnalysis