| org.eclipse.debug.jdi.tests.JDITestSuite
JDITestSuite | public class JDITestSuite extends TestSuite (Code) | | A JDI test suite runs all tests defined in a JDI test case class.
It runs the setUp method once before running the tests and the
tearDown method once after.
|
Method Summary | |
public void | run(TestResult result) Runs the tests and collects their result in a TestResult. |
JDITestSuite | public JDITestSuite(AbstractJDITest test)(Code) | | Creates a new test suite for the given JDI test.
Parameters: test - |
run | public void run(TestResult result)(Code) | | Runs the tests and collects their result in a TestResult.
See Also: junit.framework.TestSuite.run(junit.framework.TestResult) |
|
|