IFindExpression Interface

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Interface implemented by all FindExpression.

Namespace:  ArtOfTest.Common
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public interface IFindExpression

The IFindExpression type exposes the following members.

Properties

  NameDescription
Public propertyChainStops
Get the list of chain stops.
Public propertyClauses
Gets the list of clauses as a string array
Public propertyConstraints
Get the list of hierarchy constraints.
Public propertyHasHierarchicalDependency
Gets whether this expression has a hierarchial dependency (i.e. IsChained or has a FindClause that has IsHierarchical set)
Public propertyIsChained
Gets whether this expression is a chained search.
Public propertyStringRepresentation
Get the string representation of this expression
Public propertySupportedSearchType
Gets the supported search type
Top
Methods

  NameDescription
Public methodAppendChain
Append an expression as a chain.
Public methodAppendClauses
Append a set of clauses
Public methodGetClauses
Get the list of FindClauses contained in this FindExpression.
Public methodInitialize
Initialize this expression with a set of clauses
Public methodMatch(ITargetElement)
Match this expression with a target.
Public methodMatch(ITargetElement, IListFindClause, Boolean)
Match a specific set of clauses.
Public methodUpdate
Update the expression with the passed in values.
Top
See Also

Reference