C# Класс PclUnit.Style.Xunit.Exceptions.ContainsException

Наследование: AssertException
Показать файл Открыть проект

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

Метод Описание
ContainsException ( object expected ) : System

Creates a new instance of the ContainsException class.

ContainsException ( object expected, object actual ) : System

Creates a new instance of the ContainsException class.

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

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

Creates a new instance of the ContainsException class.
public ContainsException ( object expected ) : System
expected object The expected object value
Результат System

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

Creates a new instance of the ContainsException class.
public ContainsException ( object expected, object actual ) : System
expected object The expected object value
actual object The actual value
Результат System