Class ProperSupersetException
Exception thrown when a set is not a proper superset of another set.
Inherited Members
Namespace: Xunit.Sdk
Assembly: xunit.assert.dll
Syntax
public class ProperSupersetException : AssertActualExpectedException
Constructors
| Improve this Doc View SourceProperSupersetException(IEnumerable, IEnumerable)
Creates a new instance of the ProperSupersetException class.
Declaration
public ProperSupersetException(IEnumerable expected, IEnumerable actual)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable | expected | |
IEnumerable | actual |