Table of Contents

Method Run

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

Run(TContext)

Runs the test.

protected ValueTask<RunSummary> Run(TContext ctxt)

Parameters

ctxt TContext

The context that describes the current test

Returns

ValueTask<RunSummary>

Returns summary information about the test that was run.

Remarks

This function is the primary orchestrator of test execution.