public class IpsTestSuite extends IpsTest2
| Constructor and Description |
|---|
IpsTestSuite(String qName) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTest(IpsTest2 test)
Adds the test to the suite.
|
int |
countTestCases()
Returns the number of test cases in this test.
|
IpsTest2 |
getTest(String name)
Returns the test with the given name.
|
List<IpsTest2> |
getTests()
Returns all tests in the suite.
|
void |
removeTest(IpsTest2 test)
Removes the test from the suite.
|
void |
run(IpsTestResult result) |
int |
size()
Returns the number of tests in the suite.
|
String |
toString() |
getFullPath, getName, getQualifiedName, getRepository, setFullPath, setRepositorypublic IpsTestSuite(String qName)
public void addTest(IpsTest2 test)
public void removeTest(IpsTest2 test)
public int size()
public int countTestCases()
IpsTest2countTestCases in class IpsTest2public IpsTest2 getTest(String name)
name - The unqualified name of the test that identifies the test in this suite.public void run(IpsTestResult result)
Copyright © 2023. All rights reserved.