OpenTAP 9.24
API Reference
Static Public Member Functions | Properties | List of all members
OpenTap.SearchCondition Class Reference

The conditions for what to search for. More...

Static Public Member Functions

static SearchCondition All ()
 Condition that will match all elements in the result store.
More...
 
static SearchCondition ChildrenOf (IEnumerable< IData > testPlanRunIds)
 Condition that will match any elements in a list as well as all children of those elements.
More...
 
static SearchCondition LastRun ()
 Condition that will match all elements in the result store.
More...
 

Properties

bool GetParents [getset]
 When true, specifies that any matched tree nodes automatically match all parents of that IData element.

 
bool GetChildren [getset]
 When true, specifies that a matched tree root node automatically matches all children of that given IData element.

 
SearchOperand Operation [getset]
 The tree of SearchOperand conditions to match for.

 

Detailed Description

The conditions for what to search for.

Member Function Documentation

◆ All()

static SearchCondition OpenTap.SearchCondition.All ( )
inlinestatic

Condition that will match all elements in the result store.

Returns

◆ ChildrenOf()

static SearchCondition OpenTap.SearchCondition.ChildrenOf ( IEnumerable< IData testPlanRunIds)
inlinestatic

Condition that will match any elements in a list as well as all children of those elements.

Parameters
testPlanRunIds

◆ LastRun()

static SearchCondition OpenTap.SearchCondition.LastRun ( )
inlinestatic

Condition that will match all elements in the result store.

Returns

OpenTAP 9.24 API built Tue Apr 30 2024 13:44:42