Method AddWarning
- Namespace
- Xunit
- Assembly
- xunit.v3.core.dll
AddWarning(string)
Adds a warning to the test result.
public void AddWarning(string message)
Parameters
messagestringThe warning message to be reported
Adds a warning to the test result.
public void AddWarning(string message)
message stringThe warning message to be reported