C# Класс XunitShould.Sdk.ProperSupersetException

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

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

Метод Описание
ProperSupersetException ( IEnumerable expected, IEnumerable actual ) : System.Collections

Creates a new instance of the ProperSupersetException class.

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

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

Creates a new instance of the ProperSupersetException class.
public ProperSupersetException ( IEnumerable expected, IEnumerable actual ) : System.Collections
expected IEnumerable
actual IEnumerable
Результат System.Collections