| org.eclipse.debug.jdi.tests.JDITestCase
JDITestCase | public class JDITestCase extends TestCase (Code) | | Wrapper to be able to use the JDI tests in a test suite without
starting and shutting down the VM after each test.
|
Method Summary | |
protected void | runTest() Override to run the test and assert its state. | protected void | setUp() | protected void | tearDown() Tears down the fixture. | public String | toString() |
JDITestCase | public JDITestCase(AbstractJDITest test, String name)(Code) | | Creates a new test for the given JDI test.
Parameters: test - Parameters: name - |
runTest | protected void runTest() throws Throwable(Code) | | Override to run the test and assert its state.
exception: Throwable - if any exception is thrown |
setUp | protected void setUp()(Code) | | Init tests
|
tearDown | protected void tearDown()(Code) | | Tears down the fixture.
|
toString | public String toString()(Code) | | Returns a string representation of the test case
See Also: junit.framework.TestCase.toString |
|
|