WebTestResultUnit Class
Visual Studio 2012
Represents a page or a request object in the Web performance test result.
Object
Microsoft.VisualStudio.TestTools.WebTesting.WebTestResultUnit
Microsoft.VisualStudio.TestTools.WebTesting.WebTestResultComment
Microsoft.VisualStudio.TestTools.WebTesting.WebTestResultGroup
Microsoft.VisualStudio.TestTools.WebTesting.WebTestResultPage
Microsoft.VisualStudio.TestTools.WebTesting.WebTestResultUnit
Microsoft.VisualStudio.TestTools.WebTesting.WebTestResultComment
Microsoft.VisualStudio.TestTools.WebTesting.WebTestResultGroup
Microsoft.VisualStudio.TestTools.WebTesting.WebTestResultPage
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
The WebTestResultUnit type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DeclarativeWebTestItemId | Gets or sets the ID of this request in a declarative test. |
![]() | IsCompleted | Gets a Boolean value that indicates whether the result status is Completed. |
![]() | IsSkipped | Gets a Boolean value that indicates whether this request was skipped. |
![]() | Passed | Gets a Boolean value that indicates whether the unit passed or failed. |
![]() | ResultStatus | Gets or sets the WebTestResultStatus of this page or request. |
![]() | SourceWebTestId | Gets or sets the ID of the Web performance test. |
| Name | Description | |
|---|---|---|
![]() | Clone | Creates a new object that is a copy of the current instance. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetRequestSize | Returns the size of the request. |
![]() | GetResponseSize | Returns the size of the response. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
