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
ctxtTContextThe context that describes the current test method
testTTestThe test to be run.
Returns
- ValueTask<RunSummary>
Returns summary information about the test case run.