Table of Contents

Method ForFailure

Namespace
Xunit.Sdk
Assembly
xunit.v3.assert.dll

ForFailure(string, string)

Creates a new instance of the SupersetException class to be thrown when a set is not a superset of another set

public static SupersetException ForFailure(string expected, string actual)

Parameters

expected string

The expected value

actual string

The actual value

Returns