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