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