Method RunTest
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
RunTest(TContext)
Override this method to run the test.
protected abstract ValueTask<TimeSpan> RunTest(TContext ctxt)
Parameters
ctxtTContextThe context that describes the current test
Override this method to run the test.
protected abstract ValueTask<TimeSpan> RunTest(TContext ctxt)
ctxt TContextThe context that describes the current test