Show / Hide Table of Contents

Class ProperSupersetException

Exception thrown when a set is not a proper superset of another set.

Inheritance
Object
XunitException
AssertActualExpectedException
ProperSupersetException
Inherited Members
AssertActualExpectedException.Actual
AssertActualExpectedException.ActualTitle
AssertActualExpectedException.Expected
AssertActualExpectedException.ExpectedTitle
AssertActualExpectedException.Message
XunitException.StackTrace
XunitException.UserMessage
XunitException.ToString()
Namespace: Xunit.Sdk
Assembly: xunit.assert.dll
Syntax
public class ProperSupersetException : AssertActualExpectedException

Constructors

| Improve this Doc View Source

ProperSupersetException(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
  • Improve this Doc
  • View Source
Back to top Generated by DocFX