|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
edu.rice.cs.drjava.DrJavaTestCase
edu.rice.cs.util.newjvm.IntegratedMasterSlaveTest
public class IntegratedMasterSlaveTest
Test cases for the master/slave jvm control framework.
| Nested Class Summary | |
|---|---|
static class |
IntegratedMasterSlaveTest.CounterSlave
The slave will exit with error codes in the case of problems, since there is no other thing it can do! 1MasterRemote class cast exception. 2Incorect value from getLetter 3RemoteException caught 4Timeout waiting for master JVM to call 5Interrupted while waiting for master JVM to call |
private static class |
IntegratedMasterSlaveTest.TestMasterJVM
|
static interface |
IntegratedMasterSlaveTest.TestMasterRemote
|
static interface |
IntegratedMasterSlaveTest.TestSlaveRemote
|
| Nested classes/interfaces inherited from class junit.framework.TestCase |
|---|
junit.framework.TestCase.WrappedException |
| Field Summary | |
|---|---|
(package private) IntegratedMasterSlaveTest.TestMasterJVM |
_testMaster
|
| Constructor Summary | |
|---|---|
IntegratedMasterSlaveTest()
|
|
| Method Summary | |
|---|---|
void |
setUp()
Set up for every test. |
void |
tearDown()
Clean up for every test case. |
void |
testImmediateQuit_NOJOIN()
|
void |
testItAll_NOJOIN()
|
| Methods inherited from class edu.rice.cs.drjava.DrJavaTestCase |
|---|
setConfigSetting, setDocText |
| Methods inherited from class junit.framework.TestCase |
|---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString |
| Methods inherited from class junit.framework.Assert |
|---|
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
volatile IntegratedMasterSlaveTest.TestMasterJVM _testMaster
| Constructor Detail |
|---|
public IntegratedMasterSlaveTest()
| Method Detail |
|---|
public void setUp()
throws Exception
DrJavaTestCase
setUp in class DrJavaTestCaseException - This convention is mandated by JUnit.TestCase, the superclass of this class.
public void tearDown()
throws Exception
DrJavaTestCase
tearDown in class DrJavaTestCaseException
public void testItAll_NOJOIN()
throws Exception
Exception
public void testImmediateQuit_NOJOIN()
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||