ITestRun.IsAutomated Propriedade
Obtém ou define um valor que indica se a execução de teste contém testes que devem ser executados automaticamente.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
bool IsAutomated { get; set; }
property bool IsAutomated {
bool get();
void set(bool value);
}
abstract IsAutomated : bool with get, set
Property IsAutomated As Boolean
Valor de propriedade
Type: System.Boolean
true Se a execução de teste contém testes que devem ser executados automaticamente; Caso contrário, false.
Consulte também
Interface ITestRun
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo