Compartilhar via


Interface ITestPointStatistic

 

Representa uma contagem de pontos de teste pelo plano de teste uma combinação de TestPointState, de TestResultState e de TestOutcome.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxe

public interface ITestPointStatistic
public interface class ITestPointStatistic
type ITestPointStatistic = interface end
Public Interface ITestPointStatistic

Propriedades

Nome Descrição
System_CAPS_pubproperty Count

Gets the count for this test point statistic.

System_CAPS_pubproperty FailureType

Obsoleto.Gets the FailureType of the test at this test point.

System_CAPS_pubproperty FailureTypeId

System_CAPS_pubproperty PointState

Gets the TestPointState of the test at this test point.

System_CAPS_pubproperty ResultOutcome

Gets the TestOutcome of the test at this test point.

System_CAPS_pubproperty ResultResolutionStateId

Gets a number that identifies the combination state and outcome of this test.

System_CAPS_pubproperty ResultState

Gets the TestResultState of the test at this test point.

Comentários

Qualquer conteúdo aqui será atualizado; por favor não adicione o material aqui.

Consulte também

Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo