Table of Contents

Method RunTest

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

RunTest(XunitTestCaseRunnerContext, IXunitTest)

Override this method to run an individual test.

protected override ValueTask<RunSummary> RunTest(XunitTestCaseRunnerContext ctxt, IXunitTest test)

Parameters

ctxt

The context that describes the current test method

test

The test to be run.

Returns

ValueTask<RunSummary>

Returns summary information about the test case run.