ITestResult.Duration Propriedade
Obtém ou define a hora em que foi gasto para executar o teste.Isso não inclui o tempo durante o qual a execução foi pausada.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
TimeSpan Duration { get; set; }
property TimeSpan Duration {
TimeSpan get();
void set(TimeSpan value);
}
abstract Duration : TimeSpan with get, set
Property Duration As TimeSpan
Valor de propriedade
Type: System.TimeSpan
O tempo total que foi gasto para executar o teste.
Consulte também
Interface ITestResult
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo