| |
|
| edu.rice.cs.drjava.DrJavaTestCase edu.rice.cs.drjava.model.repl.newjvm.NewJVMTest
NewJVMTest | final public class NewJVMTest extends DrJavaTestCase (Code) | | Tests the functionality of the new JVM manager.
version: $Id: NewJVMTest.java 4255 2007-08-28 19:17:37Z mgricken $ |
suite | public static Test suite()(Code) | | |
testStackTraceEmptyTrace | public void testStackTraceEmptyTrace() throws Throwable(Code) | | |
testSwitchActiveInterpreter | public void testSwitchActiveInterpreter() throws InterruptedException(Code) | | Ensure that MainJVM can correctly switch the active interpreter used by
the interpreter JVM.
|
testSwitchToNonExistantInterpreter | public void testSwitchToNonExistantInterpreter()(Code) | | Ensure that switching to a non-existant interpreter throws an Exception.
|
testThrowRuntimeException | public void testThrowRuntimeException() throws Throwable(Code) | | |
testToStringThrowsRuntimeException | public void testToStringThrowsRuntimeException() throws Throwable(Code) | | |
testWorksAfterRestartConstant | public void testWorksAfterRestartConstant() throws Throwable(Code) | | |
Fields inherited from edu.rice.cs.drjava.DrJavaTestCase | final public static String TEST_DRJAVA_CONFIG_PROPERTY(Code)(Java Doc)
|
|
|
|