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