Table of Contents

Class MultipleAsserts

Namespace
Asserts
Assembly
xunit.v3.assert.dll
public class MultipleAsserts
Inheritance
MultipleAsserts
Inherited Members

Methods

Multiple(params Action[])

Runs multiple checks, collecting the exceptions from each one, and then bundles all failures up into a single assertion failure.

public static void Multiple(params Action[] checks)

Parameters

checks Action[]

The individual assertions to run, as actions.

Examples

Add an example for this method ?

Contribution guide.