|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GlobalModelTestCase | |
edu.rice.cs.drjava.model | The model package is responsible for the majority of the logic
and state in DrJava. |
edu.rice.cs.drjava.model.debug | Contains the code for DrJava's JPDA-based debugger. |
edu.rice.cs.drjava.model.junit | Contains the code for integration of the JUnit testing facility. |
edu.rice.cs.drjava.ui | The ui package contains classes for the default user interface
for DrJava. |
Uses of GlobalModelTestCase in edu.rice.cs.drjava.model |
Subclasses of GlobalModelTestCase in edu.rice.cs.drjava.model | |
class |
GlobalIndentTest
Tests the indenting functionality on the level of the GlobalModel. |
class |
GlobalModelCompileTest
A test on the GlobalModel for compilation. |
class |
GlobalModelIOTest
Test I/O functions of the global model. |
class |
GlobalModelJUnitTest
A test on the GlobalModel for JUnit testing. |
class |
GlobalModelOtherTest
A test on the GlobalModel that does deals with everything outside of simple file operations, e.g., compile, quit. |
Constructors in edu.rice.cs.drjava.model with parameters of type GlobalModelTestCase | |
GlobalModelTestCase.OverwriteException()
|
|
GlobalModelTestCase.OpenWarningException()
|
|
GlobalModelTestCase.WarningFileSelector(File f)
|
|
GlobalModelTestCase.FileSelector(File f)
|
|
GlobalModelTestCase.FileSelector(File f1,
File f2)
|
|
GlobalModelTestCase.CancelingSelector()
|
Uses of GlobalModelTestCase in edu.rice.cs.drjava.model.debug |
Subclasses of GlobalModelTestCase in edu.rice.cs.drjava.model.debug | |
class |
DebugTest
Tests the JPDA-based debugger. |
Uses of GlobalModelTestCase in edu.rice.cs.drjava.model.junit |
Subclasses of GlobalModelTestCase in edu.rice.cs.drjava.model.junit | |
class |
JUnitErrorModelTest
A test on the GlobalModel for JUnit testing. |
Uses of GlobalModelTestCase in edu.rice.cs.drjava.ui |
Subclasses of GlobalModelTestCase in edu.rice.cs.drjava.ui | |
class |
SingleDisplayModelTest
Test functions of the single display model. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |