|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.faktorips.runtime.test.IpsTest2
org.faktorips.runtime.test.IpsTestSuite
public class IpsTestSuite
A test suite is a container for tests.
| Constructor Summary | |
|---|---|
IpsTestSuite(String qName)
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class org.faktorips.runtime.test.IpsTest2 |
|---|
getFullPath, getName, getQualifiedName, getRepository, setFullPath, setRepository |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IpsTestSuite(String qName)
| Method Detail |
|---|
public void addTest(IpsTest2 test)
public void removeTest(IpsTest2 test)
public List<IpsTest2> getTests()
public int size()
public int countTestCases()
IpsTest2
countTestCases 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)
run in class IpsTest2public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||