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

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

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

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

Creates a new instance of the ProperSubsetException class.

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

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

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