Propriedade ITestRunStatistics.Item (TestOutcome)
Obtém o número de testes que tiver o resultado especificado.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
int this[
TestOutcome state
] { get; }
property int default[
TestOutcome state
] {
int get(TestOutcome state);
}
abstract Item :
state:TestOutcome -> int with get
ReadOnly Property Item (
state As TestOutcome
) As Integer
Parâmetros
- state
Um membro da TestOutcome enumeração.
Valor de propriedade
Type: System.Int32
O número de testes que tem o resultado especificado.
Consulte também
TestOutcome
Item Sobrecarga
Interface ITestRunStatistics
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo