WebTestCondition Class

Definition

public ref class WebTestCondition : Microsoft::VisualStudio::TestTools::WebTesting::WebTestConditionalConstruct
[System.Serializable]
public class WebTestCondition : Microsoft.VisualStudio.TestTools.WebTesting.WebTestConditionalConstruct
[<System.Serializable>]
type WebTestCondition = class
    inherit WebTestConditionalConstruct
Public Class WebTestCondition
Inherits WebTestConditionalConstruct
Inheritance
Attributes

Constructors

WebTestCondition(ConditionalRule)
WebTestCondition(ConditionConditionalRuleReference)
WebTestCondition(WebTestCondition)

Properties

ConditionalRuleReference (Inherited from WebTestConditionalConstruct)
ConditionConditionalRuleReference
ElseItems
ItemId (Inherited from WebTestItem)
Items (Inherited from WebTestConditionalConstruct)
UniqueStringId (Inherited from WebTestConditionalConstruct)

Methods

Clone()
ExecuteCheckConditionalRule(WebTest) (Inherited from WebTestConditionalConstruct)
ExecuteCleanUpConditionalRule(WebTest) (Inherited from WebTestConditionalConstruct)
ExecuteInitializeConditionalRule(WebTest) (Inherited from WebTestConditionalConstruct)
GetConditionalRuleText() (Inherited from WebTestConditionalConstruct)
Initialize(ConditionalRuleReference) (Inherited from WebTestConditionalConstruct)
Initialize(WebTestConditionalConstruct, ConditionalRuleReference) (Inherited from WebTestConditionalConstruct)
RuntimeClone()
ToString()
ToString(String)

Applies to