Property ExecutionTime
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
ExecutionTime
The time spent executing the test, in seconds. Will be 0 if the test was not executed.
public required decimal ExecutionTime { get; set; }
The time spent executing the test, in seconds. Will be 0 if the test was not executed.
public required decimal ExecutionTime { get; set; }