|
org.netbeans.modules.nbjunit/1 1.41 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.TestSuite
org.netbeans.junit.NbTestSuite
org.netbeans.junit.MultiTestSuite
public abstract class MultiTestSuite
Constructor Summary | |
---|---|
MultiTestSuite()
Creates a new instance of MultiTestSuite |
|
MultiTestSuite(String name)
Constructs a MultiTestSuite with the given name. |
Method Summary | |
---|---|
void |
cleanup()
The method is called after executing tests. |
protected abstract MultiTestCase |
nextTestCase()
Factory method returns a new instance of a testcases. |
void |
prepare()
The method is called before executing tests. |
void |
run(junit.framework.TestResult result)
Runs the tests and collects their result in a TestResult. |
protected void |
runAllTests(junit.framework.TestResult result)
Creates all testcases and runs them. |
Methods inherited from class org.netbeans.junit.NbTestSuite |
---|
addTest, addTestSuite, canRun, getExpectedFail, linearSpeedSuite, setFilter, speedSuite |
Methods inherited from class junit.framework.TestSuite |
---|
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 |
Methods inherited from interface junit.framework.Test |
---|
countTestCases |
Constructor Detail |
---|
public MultiTestSuite()
public MultiTestSuite(String name)
Method Detail |
---|
protected abstract MultiTestCase nextTestCase()
public void run(junit.framework.TestResult result)
run
in interface junit.framework.Test
run
in class junit.framework.TestSuite
protected void runAllTests(junit.framework.TestResult result)
public void prepare()
public void cleanup()
|
org.netbeans.modules.nbjunit/1 1.41 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |