Property TotalErrors
- Namespace
- Xunit.SimpleRunner
- Assembly
- xunit.v3.runner.utility.netfx.dll
TotalErrors
Gets the number of errors that occurred.
public required int TotalErrors { get; set; }
Property Value
Remarks
This is a count of the number of ErrorMessageInfo that were reported.