Method SetTestContext
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
SetTestContext(TContext, TestEngineStatus)
Sets the current TestContext for the current test assembly and the given test assembly status.
protected virtual void SetTestContext(TContext ctxt, TestEngineStatus testAssemblyStatus)
Parameters
ctxtTContextThe context that describes the current test assembly
testAssemblyStatusThe current test assembly status.