ITestResult.Outcome Propriedade
Obtém ou define uma indicação de que o resultado do teste.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
TestOutcome Outcome { get; set; }
property TestOutcome Outcome {
TestOutcome get();
void set(TestOutcome value);
}
abstract Outcome : TestOutcome with get, set
Property Outcome As TestOutcome
Valor de propriedade
Type: Microsoft.TeamFoundation.TestManagement.Client.TestOutcome
Um resultado de teste.
Consulte também
TestOutcome
Interface ITestResult
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo