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