Class ExecutionSummary
- Namespace
- Xunit.Runner.Common
- Assembly
- xunit.v3.runner.common.dll
Collects execution totals for a group of test cases.
public class ExecutionSummary
- Inheritance
-
ExecutionSummary
- Inherited Members
Properties
- Errors
Gets or sets the total errors (i.e., cleanup failures) for the tests.
- Failed
Gets or sets the number of failed tests.
- NotRun
Gets or sets the number of tests not run.
- Skipped
Gets or sets the number of skipped tests.
- Time
Gets or sets the total execution time for the tests.
- Total
Gets or set the total number of tests run.