Method GetWarnings
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
GetWarnings(TContext)
Gets the warnings that will be reported during test results. By default, returns null,
indicating that there were no warnings
protected override ValueTask<string[]?> GetWarnings(TContext ctxt)
Parameters
ctxtTContextThe context that describes the current test