Method Multiple
- Namespace
- Xunit
- Assembly
- xunit.v3.assert.dll
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
checksAction[]The individual assertions to run, as actions.