Table of Contents

Method RunTest

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

RunTest(TContext, TTest)

Override this method to run an individual test.

protected abstract ValueTask<RunSummary> RunTest(TContext ctxt, TTest test)

Parameters

ctxt TContext

The context that describes the current test method

test TTest

The test to be run.

Returns

ValueTask<RunSummary>

Returns summary information about the test case run.