Property ElapsedClockTime
- Namespace
- Xunit.Runner.Common
- Assembly
- xunit.v3.runner.common.dll
ElapsedClockTime
Gets the clock time elapsed when running the tests. This may different significantly from the sum of the times reported in the summaries, if the runner chose to run the test assemblies in parallel.
public TimeSpan ElapsedClockTime { get; set; }