ITestPointStatistics 인터페이스

ITestPlan.QueryTestPointStatistics 메서드를 통해 선택된 여러 가지 특정 상태의 지점 수를 나타냅니다.

네임스페이스:  Microsoft.TeamFoundation.TestManagement.Client
어셈블리:  Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll)

구문

‘선언
Public Interface ITestPointStatistics
public interface ITestPointStatistics
public interface class ITestPointStatistics
type ITestPointStatistics =  interface end
public interface ITestPointStatistics

ITestPointStatistics 형식에서는 다음과 같은 멤버를 노출합니다.

속성

  이름 설명
Public 속성 Item[Int32] 지정된 해결 상태에 있는 지점 수를 가져옵니다.
Public 속성 Item[FailureType] 지정된 오류 유형을 가진 지점 수를 가져옵니다.
Public 속성 Item[TestOutcome] 지정된 테스트 결과를 가진 지점 수를 가져옵니다.
Public 속성 Item[TestPointState] 지정된 상태에 있는 지점 수를 가져옵니다.
Public 속성 Item[TestResultState] 지정된 결과 상태에 있는 지점 수를 가져옵니다.
Public 속성 TotalCount 이 통계 집합으로 표시되는 테스트 지점의 총 수를 가져옵니다.

위쪽

메서드

  이름 설명
Public 메서드 GetStatistics 이 통계 집합을 나타내는 ITestPointStatistic 개체의 배열을 반환합니다.
Public 메서드 Refresh 서버를 다시 쿼리하여 새로운 통계를 계산합니다.

위쪽

설명

이 인터페이스는 Visual Studio의 테스트 사례 관리(TCM)에 대한 개체 모델을 지원합니다.이 인터페이스는 사용자 지정 클래스에 구현하기 위한 것이 아니지만 TCM 개체가 내부 구현을 반환할 경우 사용자 지정 클래스에 이 인터페이스를 사용할 수 있습니다.

참고 항목

참조

Microsoft.TeamFoundation.TestManagement.Client 네임스페이스

ITestPlan