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

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

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

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

Creates a new instance of the SubsetException class.

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

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

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