WebTestLoop.ExecuteCheckConditionalRule Method
This member overrides WebTestConditionalConstruct.ExecuteCheckConditionalRule(WebTest).
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Overrides Function ExecuteCheckConditionalRule ( _
webTest As WebTest _
) As Boolean
public override bool ExecuteCheckConditionalRule(
WebTest webTest
)
public:
virtual bool ExecuteCheckConditionalRule(
WebTest^ webTest
) override
abstract ExecuteCheckConditionalRule :
webTest:WebTest -> bool
override ExecuteCheckConditionalRule :
webTest:WebTest -> bool
public override function ExecuteCheckConditionalRule(
webTest : WebTest
) : boolean
Parameters
webTest
Type: Microsoft.VisualStudio.TestTools.WebTesting.WebTestThe WebTest to execute.
Return Value
Type: Boolean
true if the condition was met; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.