Class ExecutionCompleteInfo
- Namespace
- Xunit.SimpleRunner
- Assembly
- xunit.v3.runner.utility.netfx.dll
Indicates that test execution has completed.
public class ExecutionCompleteInfo : ExecutionStartingInfo
- Inheritance
-
ExecutionCompleteInfo
- Inherited Members
Properties
- ExecutionTime
Gets the execution time (in seconds) for this execution.
- FinishTime
Gets the date and time when the test assembly execution finished.
- TestsFailed
Gets the number of tests which failed.
- TestsNotRun
Gets the number of tests that were not run. This includes explicit tests when explicit tests are not run, or non-expicit tests when non-explicit tests are not run.
- TestsPassed
Gets the number of tests which passed.
- TestsSkipped
Gets the number of skipped tests.
- TestsTotal
Gets the total number of tests.
- TotalErrors
Gets the number of errors that occurred.