C# Class XunitShould.Sdk.SupersetException

Inheritance: AssertActualExpectedException
Datei anzeigen Open project: EddieGarmon/XunitShould

Public Methods

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

Creates a new instance of the SupersetException class.

Method Details

SupersetException() public method

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