Table of Contents

Property Warnings

Namespace
Xunit
Assembly
xunit.v3.core.dll

Warnings

Gets the set of warnings associated with the current test. Will only be available when Test is not null; will also return null if there have been no warnings issued.

public IReadOnlyList<string>? Warnings { get; }

Property Value

IReadOnlyList<string>