Class NotEqualException
Exception thrown when two values are unexpectedly equal.
Inherited Members
Namespace: Xunit.Sdk
Assembly: xunit.assert.dll
Syntax
public class NotEqualException : AssertActualExpectedException
Constructors
| Improve this Doc View SourceNotEqualException(String, String)
Creates a new instance of the NotEqualException class.
Declaration
public NotEqualException(string expected, string actual)
Parameters
Type | Name | Description |
---|---|---|
String | expected | |
String | actual |