C# Class Xunit.Sdk.NotEqualException

Exception thrown when two values are unexpectedly equal.
Inheritance: Xunit.Sdk.AssertActualExpectedException
显示文件 Open project: docevaad/Chain

Public Methods

Method Description
NotEqualException ( string expected, string actual, string userMessage = null )

Creates a new instance of the NotEqualException class.

Method Details

NotEqualException() public method

Creates a new instance of the NotEqualException class.
public NotEqualException ( string expected, string actual, string userMessage = null )
expected string
actual string
userMessage string