|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TestFolder | |
---|---|
com.tszadel.qctools4j.clients | |
com.tszadel.qctools4j.model.test |
Uses of TestFolder in com.tszadel.qctools4j.clients |
---|
Methods in com.tszadel.qctools4j.clients that return TestFolder | |
---|---|
TestFolder |
TestClient.getRootFolder()
Returns the root test folder with all its children. |
TestFolder |
TestClient.getTestFolder(String pFolderPath)
Fills the folder with all its children (recursively). |
TestFolder |
TestClient.getTestFolder(TestFolder pFolder)
Fills the folder with all its children (recursively). |
Methods in com.tszadel.qctools4j.clients with parameters of type TestFolder | |
---|---|
TestFolder |
TestClient.getTestFolder(TestFolder pFolder)
Fills the folder with all its children (recursively). |
List<Test> |
TestClient.getTests(TestFolder pFolder)
Returns the list of tests from a given folder (without children). |
List<Test> |
TestClient.getTests(TestFolder pFolder,
int pFlag)
Returns the list of tests from a given folder. |
boolean |
TestClient.isExistingFolder(TestFolder pFolder)
Check if the folder exists. |
Uses of TestFolder in com.tszadel.qctools4j.model.test |
---|
Methods in com.tszadel.qctools4j.model.test that return TestFolder | |
---|---|
TestFolder |
TestFolder.getParent()
Returns parent. |
TestFolder |
Test.getTestFolder()
Returns testFolder. |
Methods in com.tszadel.qctools4j.model.test that return types with arguments of type TestFolder | |
---|---|
List<TestFolder> |
TestFolder.getChildren()
Returns children. |
Constructors in com.tszadel.qctools4j.model.test with parameters of type TestFolder | |
---|---|
TestFolder(TestFolder pParent,
String pName)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |