Show / Hide Table of Contents

Class SupersetException

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

Inheritance
Object
XunitException
AssertActualExpectedException
SupersetException
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 SupersetException : AssertActualExpectedException

Constructors

| Improve this Doc View Source

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