|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjunit.framework.TestSuite
org.apache.openejb.test.TestSuite
public class TestSuite
| Constructor Summary | |
|---|---|
TestSuite()
|
|
| Method Summary | |
|---|---|
protected List<junit.framework.Test> |
getTests()
|
void |
run(junit.framework.TestResult result)
Runs the tests and collects their result in a TestResult. |
protected void |
setUp()
|
protected void |
tearDown()
|
| Methods inherited from class junit.framework.TestSuite |
|---|
addTest, addTestSuite, countTestCases, createTest, getName, getTestConstructor, runTest, setName, testAt, testCount, tests, toString, warning |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TestSuite()
| Method Detail |
|---|
public void run(junit.framework.TestResult result)
run in interface junit.framework.Testrun in class junit.framework.TestSuiteprotected List<junit.framework.Test> getTests()
protected void setUp()
throws Exception
Exception
protected void tearDown()
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||