Click or drag to resize

ComplexExpressionEvaluate Method

Evaluates the Assertion.

Namespace:  Hummingbird.TestFramework.Automation.FunctionalConditions
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public override bool Evaluate(
	long ThreadId,
	Message message
)

Parameters

ThreadId
Type: SystemInt64
The ID of the current thread.
message
Type: Hummingbird.TestFramework.MessagingMessage
The Message object containing the Request and Response information.

Return Value

Type: Boolean
, If a condition is satisfied, otherwise
See Also