Method PreInvoke
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
PreInvoke(TContext)
Override this method to call code just after the test class instance has been created, but before the test has been invoked.
protected virtual void PreInvoke(TContext ctxt)
Parameters
ctxtTContextThe context that describes the current test