| |
|
| java.lang.Object org.eclipse.debug.jdi.tests.TestAll
TestAll | public class TestAll (Code) | | Run all tests
|
Method Summary | |
protected static Vector | getAllTestCases(VMInformation info) Returns all the test case classes (a Vector of Class) that are
relevant for the given VM information. | public static void | main(String[] arguments) Run all tests with the given arguments. |
getAllTestCases | protected static Vector getAllTestCases(VMInformation info)(Code) | | Returns all the test case classes (a Vector of Class) that are
relevant for the given VM information.
NB1: This doesn't include the VirtualMachineTest class.
NB2: The last element must be the VMDeathEventTest class since
it shuts the VM down.
|
|
|
|