C# Класс Xunit.Sdk.NotEqualException

Exception thrown when two values are unexpectedly equal.
Наследование: Xunit.Sdk.AssertActualExpectedException
Показать файл Открыть проект

Открытые методы

Метод Описание
NotEqualException ( string expected, string actual, string userMessage = null )

Creates a new instance of the NotEqualException class.

Описание методов

NotEqualException() публичный Метод

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