C# Class XunitShould.Sdk.SubsetException

Inheritance: AssertActualExpectedException
Datei anzeigen Open project: EddieGarmon/XunitShould

Public Methods

Method Description
SubsetException ( IEnumerable expected, IEnumerable actual ) : System.Collections

Creates a new instance of the SubsetException class.

Method Details

SubsetException() public method

Creates a new instance of the SubsetException class.
public SubsetException ( IEnumerable expected, IEnumerable actual ) : System.Collections
expected IEnumerable
actual IEnumerable
return System.Collections