ITestRunStatistic 인터페이스
특정 해결 상태, 결과 및 결과 상태를 가진 테스트 실행의 결과 수를 나타냅니다.
네임스페이스: Microsoft.TeamFoundation.TestManagement.Client
어셈블리: Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll)
구문
‘선언
Public Interface ITestRunStatistic
public interface ITestRunStatistic
public interface class ITestRunStatistic
type ITestRunStatistic = interface end
public interface ITestRunStatistic
ITestRunStatistic 형식에서는 다음과 같은 멤버를 노출합니다.
속성
이름 | 설명 | |
---|---|---|
Count | 이 테스트 통계의 수를 가져옵니다. | |
ResolutionState | 이 테스트 통계의 해결 상태를 가져옵니다. | |
ResultOutcome | 이 테스트 통계의 결과를 가져옵니다. | |
ResultState | 이 테스트 통계의 결과 상태를 가져옵니다. |
위쪽