WebTestResultCondition Class
Represents a Web performance test result condition.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Microsoft.VisualStudio.TestTools.WebTesting::WebTestResultUnit
Microsoft.VisualStudio.TestTools.WebTesting::WebTestResultGroup
Microsoft.VisualStudio.TestTools.WebTesting::WebTestResultCondition
| Name | Description | |
|---|---|---|
![]() | Children | Gets the children of a group. This can typically be a page or other groups also. Set accessor is set to internal.(Inherited from WebTestResultGroup.) |
![]() | ConditionStringRepresentation | Gets or sets the text representation of the condition. |
![]() | DeclarativeWebTestItemId | Gets or sets the ID of this request in a declarative test. (Inherited from WebTestResultUnit.) |
![]() | ErrorOccurred | Gets or sets the Boolean value that indicates whether an error occurred. |
![]() | IsCompleted | Gets a Boolean value that indicates whether the result status is Completed.(Inherited from WebTestResultUnit.) |
![]() | IsSkipped | Gets a Boolean value that indicates whether this request was skipped. (Inherited from WebTestResultUnit.) |
![]() | Passed | Gets the Boolean value that indicates of whether the Web performance test passed.(Overrides WebTestResultGroup::Passed.) |
![]() | RequestResult | Gets the request result of the Web performance test. |
![]() | ResultStatus | Gets or sets the WebTestResultStatus of this page or request. (Inherited from WebTestResultUnit.) |
![]() | SourceWebTestId | Gets or sets the ID of the Web performance test.(Inherited from WebTestResultUnit.) |
![]() | StopCondition | Gets or sets a condition that could stop the Web performance test execution when encountered during the test. |
![]() | UniqueStringId | Gets or sets the unique string ID for this WebTestResultCondition. |
| Name | Description | |
|---|---|---|
![]() | AddNonExecutedChildren(List<WebTestResultUnit^>^, WebTestItemCollection^, WebTestResultStatus) | Adds the Web performance test items in the result group and marks them as templates.(Inherited from WebTestResultGroup.) |
![]() | Clone() | Creates a new WebTestResultCondition that is a copy of the current instance.(Overrides WebTestResultUnit::Clone().) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetItem(Int32) | Retrieves the WebTestResultUnit at the specified index from the collection.(Inherited from WebTestResultGroup.) |
![]() | GetRequestSize() | Returns the size of the request.(Inherited from WebTestResultGroup.) |
![]() | GetResponseSize() | Returns the size of the response.(Inherited from WebTestResultGroup.) |
![]() | GetType() | (Inherited from Object.) |
![]() | IsConditionalRuleMet() | Returns a Boolean value that indicates whether the conditional rule was met. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


