Table of Contents

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

ctxt TContext

The context that describes the current test

Returns

ValueTask<string[]>