Interface ITestSetFolder2
-
- All Superinterfaces:
com4j.Com4jObject
,ISysTreeNode
,ITestSetFolder
- All Known Subinterfaces:
ITestSetFolder3
,ITestSetFolder4
public interface ITestSetFolder2 extends ITestSetFolder
Deprecated. Use ITestLabFolder. Manages the tests and test sets included in one test set folder.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IList
findTestInstances(java.lang.String pattern, boolean matchCase, java.lang.String filter)
Gets the list of test instances in all test sets in given folder and its subfolders that match the specified pattern.-
Methods inherited from interface com4j.Com4jObject
advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
-
Methods inherited from interface step.repository.alm.v16.otaclient.ISysTreeNode
addNode, attribute, child, count, depthType, father, findChildNode, findChildren, name, name, newList, newList, nodeID, path, post, refresh, removeNode
-
Methods inherited from interface step.repository.alm.v16.otaclient.ITestSetFolder
addNodeDisp, attachments, description, description, fatherDisp, fatherID, findTestSets, hasAttachment, move, removeNodeEx, subNodes, subNodes, testSetFactory, viewOrder, viewOrder
-
-
-
-
Method Detail
-
findTestInstances
IList findTestInstances(java.lang.String pattern, @DefaultValue("0") boolean matchCase, @DefaultValue("") java.lang.String filter)
Gets the list of test instances in all test sets in given folder and its subfolders that match the specified pattern.
- Parameters:
pattern
- Mandatory java.lang.String parameter.matchCase
- Optional parameter. Default value is falsefilter
- Optional parameter. Default value is ""- Returns:
- Returns a value of type step.repository.alm.v16.otaclient.IList
-
-