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.
Namespace: KGySoft.DiagnosticsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.0.0
TimeSpan ExecutionTime { get; }
ReadOnly Property ExecutionTime As TimeSpan
Get
property TimeSpan ExecutionTime {
TimeSpan get ();
}
abstract ExecutionTime : TimeSpan with get
Property Value
TimeSpan