Method Run
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
Run(TContext)
Runs the tests in the test class.
protected ValueTask<RunSummary> Run(TContext ctxt)
Parameters
ctxtTContextThe context that describes the current test class
Returns
- ValueTask<RunSummary>
Returns summary information about the tests that were run.