Represents the statistical summary from a run of one or more tests.
More...
Represents the statistical summary from a run of one or more tests.
◆ Aggregate()
void Xunit.Sdk.RunSummary.Aggregate |
( |
RunSummary |
other | ) |
|
|
inline |
Adds a run summary's totals into this run summary.
- Parameters
-
other | The run summary to be added. |
◆ Failed
int Xunit.Sdk.RunSummary.Failed |
The number of failed tests.
◆ Skipped
int Xunit.Sdk.RunSummary.Skipped |
The number of skipped tests.
◆ Time
decimal Xunit.Sdk.RunSummary.Time |
The total time taken to run the tests, in seconds.
◆ Total
int Xunit.Sdk.RunSummary.Total |
The total number of tests run.
The documentation for this class was generated from the following file:
- xunit/src/xunit.core/Sdk/RunSummary.cs