ITestSettings.IsAutomated Propriedade
Obtém ou define um valor que indica se o teste associado é um teste automatizado.
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 o teste associado é um teste automatizado; caso contrário, false.
Consulte também
Interface ITestSettings
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo