Table of Contents

Method Run

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

Run(TContext)

Executes the administrivia around running a test case, while leaving the actual test case execution up to RunTestCase(TContext, Exception?).

protected ValueTask<RunSummary> Run(TContext ctxt)

Parameters

ctxt TContext

Returns

ValueTask<RunSummary>

Returns summary information about the tests that were run.