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
ctxtTContextThe context that describes the current test
Returns
Remarks
This method runs during Running and any exceptions thrown will contribute to test failure.