ITestPointStatistic 인터페이스
PointState, ResultOutcome, ResultState 및 FailureType의 조합으로 식별되는 테스트 지점 통계의 Count를 나타냅니다.
네임스페이스: Microsoft.TeamFoundation.TestManagement.Client
어셈블리: Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll)
구문
‘선언
Public Interface ITestPointStatistic
public interface ITestPointStatistic
public interface class ITestPointStatistic
type ITestPointStatistic = interface end
public interface ITestPointStatistic
ITestPointStatistic 형식에서는 다음과 같은 멤버를 노출합니다.
속성
이름 | 설명 | |
---|---|---|
Count | 이 테스트 지점 통계의 수를 가져옵니다. | |
FailureType | 이 테스트 지점에서 테스트의 FailureType을 가져옵니다. | |
PointState | 이 테스트 지점에서 테스트의 TestPointState를 가져옵니다. | |
ResultOutcome | 이 테스트 지점에서 테스트의 TestOutcome을 가져옵니다. | |
ResultResolutionStateId | 이 테스트의 조합 상태 및 결과를 식별하는 숫자입니다. | |
ResultState | 이 테스트 지점에서 테스트의 TestResultState를 가져옵니다. |
위쪽
설명
이 인터페이스는 Visual Studio의 테스트 사례 관리(TCM)에 대한 개체 모델을 지원합니다. 이 인터페이스는 사용자 지정 클래스에 구현하기 위한 것이 아니지만 TCM 개체가 내부 구현을 반환할 경우 사용자 지정 클래스에 이 인터페이스를 사용할 수 있습니다.