WebTestResultUnit Class

Represents a page or a request object in the Web performance test result.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TestTools.WebTesting.WebTestResultUnit
    Microsoft.VisualStudio.TestTools.WebTesting.WebTestResultComment
    Microsoft.VisualStudio.TestTools.WebTesting.WebTestResultGroup
    Microsoft.VisualStudio.TestTools.WebTesting.WebTestResultPage

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public MustInherit Class WebTestResultUnit _
    Implements ICloneable
[SerializableAttribute]
public abstract class WebTestResultUnit : ICloneable
[SerializableAttribute]
public ref class WebTestResultUnit abstract : ICloneable
[<AbstractClass>]
[<SerializableAttribute>]
type WebTestResultUnit =  
    class
        interface ICloneable
    end
public abstract class WebTestResultUnit implements ICloneable

The WebTestResultUnit type exposes the following members.

Properties

  Name Description
Public property DeclarativeWebTestItemId Gets or sets the ID of this request in a declarative test.
Public property IsCompleted Gets a Boolean value that indicates whether the result status is Completed.
Public property IsSkipped Gets a Boolean value that indicates whether this request was skipped.
Public property Passed Gets a Boolean value that indicates whether the unit passed or failed.
Public property ResultStatus Gets or sets the WebTestResultStatus of this page or request.
Public property SourceWebTestId Gets or sets the ID of the Web performance test.

Top

Methods

  Name Description
Public method Clone Creates a new object that is a copy of the current instance.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetRequestSize Returns the size of the request.
Public method GetResponseSize Returns the size of the response.
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.TestTools.WebTesting Namespace