Table of Contents

Method ForFailures

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

ForFailures(int, IReadOnlyList<Tuple<int, string, Exception>>)

public static AllException ForFailures(int totalItems, IReadOnlyList<Tuple<int, string, Exception>> errors)

Parameters

totalItems int

The total number of items in the collection

errors IReadOnlyList<Tuple<int, string, Exception>>

The list of failures (as index, value, and exception)

Returns