Table of Contents

Method RunTest

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

RunTest(TContext)

Override this method to run the test.

protected override ValueTask<TimeSpan> RunTest(TContext ctxt)

Parameters

ctxt TContext

The context that describes the current test

Returns

ValueTask<TimeSpan>