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