Method OnTestClassDisposeFinished
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
OnTestClassDisposeFinished(TContext)
This method will be called when a test class instance has finished being disposed. By default, this sends TestClassDisposeFinished.
protected virtual ValueTask<bool> OnTestClassDisposeFinished(TContext ctxt)
Parameters
ctxtTContextThe invoker context
Returns
Remarks
This method runs during Running and any exceptions thrown will contribute to test failure.