Property TestsPassed
- Namespace
- Xunit.SimpleRunner
- Assembly
- xunit.v3.runner.utility.netfx.dll
TestsPassed
Gets the number of tests which passed.
public int TestsPassed { get; }
Property Value
Remarks
This is a count of the number of TestPassedInfo that were reported.