C# Class XunitShould.Sdk.ProperSupersetException

Inheritance: AssertActualExpectedException
Afficher le fichier Open project: EddieGarmon/XunitShould

Méthodes publiques

Méthode Description
ProperSupersetException ( IEnumerable expected, IEnumerable actual ) : System.Collections

Creates a new instance of the ProperSupersetException class.

Method Details

ProperSupersetException() public méthode

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