Hummingbird.TestFramework.Automation.FunctionalConditions Namespace |
[Missing <summary> documentation for "N:Hummingbird.TestFramework.Automation.FunctionalConditions"]
| Class | Description | |
|---|---|---|
| AbstractCondition |
The abstract class of all Functional conditions.
| |
| AbstractExpression |
Base class of the Expressions that used in MessageQueueCondition. Users can use a SimpleExpression to describe a simple expression filter, or to use ComplexExpression to do more composed complex expressions
| |
| ComplexExpression |
The complex expression holds 2 AbstractExpression and a LogicalOperator | |
| MessageQueueCondition |
Verifies if a given message is present in the MessageQueue | |
| SimpleExpression | ||
| TestStepResultCondition |
Verifies the status of a given test step
| |
| VariableValueCondition |
Verifies if a variable's value is expected.
|
| Enumeration | Description | |
|---|---|---|
| MessagePart |
Defines the part of Message is used to retrieve information for condition evaluation. the usage of this class is not the same as MessagePart |