Table of Contents

Method Run

Namespace
Xunit.v3
Assembly
xunit.v3.core.dll

Run(TContext)

Runs the tests in the test method.

protected ValueTask<RunSummary> Run(TContext ctxt)

Parameters

ctxt TContext

The context that describes the current test method

Returns

ValueTask<RunSummary>

Returns summary information about the tests that were run.