ITestRunStatistics 인터페이스
테스트 실행에 대한 여러 측면의 테스트 결과 수를 나타냅니다.
네임스페이스: Microsoft.TeamFoundation.TestManagement.Client
어셈블리: Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll)
구문
‘선언
Public Interface ITestRunStatistics _
Inherits INotifyPropertyChanged
public interface ITestRunStatistics : INotifyPropertyChanged
public interface class ITestRunStatistics : INotifyPropertyChanged
type ITestRunStatistics =
interface
interface INotifyPropertyChanged
end
public interface ITestRunStatistics extends INotifyPropertyChanged
ITestRunStatistics 형식에서는 다음과 같은 멤버를 노출합니다.
속성
이름 | 설명 | |
---|---|---|
CompletedTests | 테스트 실행에서 완료된 테스트의 수를 가져옵니다. | |
FailedTests | 실패한 테스트 수를 가져옵니다. | |
InconclusiveTests | 결과가 불충분한 테스트 수를 가져옵니다. | |
InProgressTests | 진행 중인 테스트의 수를 가져옵니다. | |
Item[TestOutcome] | 지정된 결과를 갖는 테스트 수를 가져옵니다. | |
Item[TestResultState] | 지정된 결과 상태를 갖는 테스트 수를 가져옵니다. | |
PassedTests | 통과된 테스트 수를 가져옵니다. | |
PendingTests | 보류 중인 테스트의 수를 가져옵니다. | |
TestResolutionStatistics | 테스트 해결 상태 통계 개체의 목록을 가져옵니다. | |
TotalTests | 테스트 실행의 총 테스트 수를 가져옵니다. |
위쪽
메서드
이름 | 설명 | |
---|---|---|
GetStatistics | 테스트 실행 통계 개체의 배열을 반환합니다. | |
Refresh | 서버에서 통계를 새로 고칩니다. |
위쪽
이벤트
이름 | 설명 | |
---|---|---|
PropertyChanged | 속성 값이 변경되면 발생합니다. (INotifyPropertyChanged에서 상속됨) |
위쪽
설명
이 인터페이스는 Visual Studio의 테스트 사례 관리(TCM)에 대한 개체 모델을 지원합니다. 이 인터페이스는 사용자 지정 클래스에 구현하기 위한 것이 아니지만 TCM 개체가 내부 구현을 반환할 경우 사용자 지정 클래스에 이 인터페이스를 사용할 수 있습니다.