C# Class XunitShould.Sdk.ProperSupersetException

Inheritance: AssertActualExpectedException
Datei anzeigen Open project: EddieGarmon/XunitShould

Public Methods

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

Creates a new instance of the ProperSupersetException class.

Method Details

ProperSupersetException() public method

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