ITestResult.Duration Property
Gets or sets the time that was spent to execute the test. This does not include the time during which the execution was paused.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
TimeSpan Duration { get; set; }
property TimeSpan Duration {
TimeSpan get();
void set(TimeSpan value);
}
abstract Duration : TimeSpan with get, set
Property Duration As TimeSpan
Property Value
Type: System.TimeSpan
The total time that was spent to execute the test.
See Also
ITestResult Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top