다음을 통해 공유


WebTestResultIteration 클래스

웹 성능 테스트의 현재 반복을 나타냅니다.

상속 계층 구조

System.Object
  Microsoft.VisualStudio.TestTools.WebTesting.WebTestResultUnit
    Microsoft.VisualStudio.TestTools.WebTesting.WebTestResultGroup
      Microsoft.VisualStudio.TestTools.WebTesting.WebTestResultIteration

네임스페이스:  Microsoft.VisualStudio.TestTools.WebTesting
어셈블리:  Microsoft.VisualStudio.QualityTools.WebTestFramework(Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

구문

‘선언
<SerializableAttribute> _
Public Class WebTestResultIteration _
    Inherits WebTestResultGroup _
    Implements ICloneable
[SerializableAttribute]
public class WebTestResultIteration : WebTestResultGroup, 
    ICloneable
[SerializableAttribute]
public ref class WebTestResultIteration : public WebTestResultGroup, 
    ICloneable
[<SerializableAttribute>]
type WebTestResultIteration =  
    class
        inherit WebTestResultGroup
        interface ICloneable
    end
public class WebTestResultIteration extends WebTestResultGroup implements ICloneable

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

속성

  이름 설명
Public 속성 Children 그룹의 자식을 가져옵니다.일반적으로 페이지 또는 다른 그룹도 될 수 있습니다.Set 접근자가 내부로 설정되었습니다. (WebTestResultGroup에서 상속됨)
Public 속성 DeclarativeWebTestItemId 선언적 테스트에서는 이 요청의 ID를 가져오거나 설정합니다. (WebTestResultUnit에서 상속됨)
Public 속성 IsCompleted 결과 상태가 완료되었는지 여부를 나타내는 부울 값을 가져옵니다. (WebTestResultUnit에서 상속됨)
Public 속성 IsSkipped 이 요청이 생략되었는지 여부를 나타내는 부울 값을 가져옵니다. (WebTestResultUnit에서 상속됨)
Public 속성 IterationNumber 반복 번호를 가져오거나 설정합니다.
Public 속성 Passed 그룹의 모든 어린이에게 전달되는지 여부를 나타내는 부울 값을 가져옵니다. (WebTestResultGroup에서 상속됨)
Public 속성 ResultStatus 이 페이지 또는 요청의 WebTestResultStatus를 가져오거나 설정합니다. (WebTestResultUnit에서 상속됨)
Public 속성 SourceWebTestId 웹 성능 테스트의 ID를 가져오거나 설정합니다. (WebTestResultUnit에서 상속됨)

위쪽

메서드

  이름 설명
Protected 메서드 AddNonExecutedChildren 결과 그룹의 웹 성능 테스트 항목을 추가하여 이들 항목을 템플릿으로 표시합니다. (WebTestResultGroup에서 상속됨)
Public 메서드 Clone 현재 인스턴스의 복사본인 새 개체를 만듭니다. (WebTestResultUnit.Clone()을(를) 재정의함)
Public 메서드 Equals 지정한 Object가 현재 Object와 같은지 여부를 확인합니다. (Object에서 상속됨)
Protected 메서드 Finalize 가비지 수집에서 회수하기 전에 개체에서 리소스를 해제하고 다른 정리 작업을 수행할 수 있게 합니다. (Object에서 상속됨)
Public 메서드 GetHashCode 특정 형식에 대한 해시 함수 역할을 합니다. (Object에서 상속됨)
Public 메서드 GetItem 컬렉션에서 지정된 인덱스의 WebTestResultUnit을 검색합니다. (WebTestResultGroup에서 상속됨)
Public 메서드 GetRequestSize 요청의 크기를 반환합니다. (WebTestResultGroup에서 상속됨)
Public 메서드 GetResponseSize 응답의 크기를 반환합니다. (WebTestResultGroup에서 상속됨)
Public 메서드 GetType 현재 인스턴스의 Type을 가져옵니다. (Object에서 상속됨)
Protected 메서드 MemberwiseClone 현재 Object의 단순 복사본을 만듭니다. (Object에서 상속됨)
Public 메서드 ToString 현재 개체를 나타내는 문자열을 반환합니다. (Object에서 상속됨)

위쪽

스레드로부터의 안전성

이 형식의 모든 공용 static(Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인터페이스 멤버는 스레드로부터 안전하지 않습니다.

참고 항목

참조

Microsoft.VisualStudio.TestTools.WebTesting 네임스페이스

WebTestResultGroup