ITestCaseRepetitionExecutionTime Property

Gets the actual execution time of the test case. It can be a somewhat longer time than TestTime, especially if the test case is an expensive operation.

Definition

Namespace: KGySoft.Diagnostics
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
TimeSpan ExecutionTime { get; }

Property Value

TimeSpan

See Also