Uses of Class
edu.rice.cs.drjava.model.GlobalModelTestCase

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.debug.jpda   
edu.rice.cs.drjava.model.junit Contains the code for integration of the JUnit testing facility. 
 

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 GlobalModelCompileErrorsTest
          Tests to ensure that compilation fails when expected, and that the errors are reported correctly.
 class GlobalModelCompileIOTest
          Tests to ensure that compilation interacts with files correctly.
 class GlobalModelCompileSuccessOptionsTest
          Tests to ensure that compilation succeeds when expected.
 class GlobalModelCompileSuccessTest
          Tests to ensure that compilation succeeds when expected.
 class GlobalModelCompileSuccessTestCase
          Tests to ensure that compilation succeeds when expected.
 class GlobalModelCompileTest
          Tests to ensure that compilation behaves correctly in border cases.
 class GlobalModelIOTest
          Test I/O functions of the global model.
 class GlobalModelJUnitTest
          A test of Junit testing support in the GlobalModel.
 class GlobalModelOtherTest
          A test on the GlobalModel that does deals with everything outside of simple file operations, e.g., compile, quit.
 class SingleDisplayModelTest
          Test functions of the single display model.
 

Uses of GlobalModelTestCase in edu.rice.cs.drjava.model.debug
 

Subclasses of GlobalModelTestCase in edu.rice.cs.drjava.model.debug
 class DebugTestCase
          This class contains the basic fields and methods that are necessary for any test file that needs to use the JPDADebugger.
 

Uses of GlobalModelTestCase in edu.rice.cs.drjava.model.debug.jpda
 

Subclasses of GlobalModelTestCase in edu.rice.cs.drjava.model.debug.jpda
 class DebugContextTest
          More tests over the JPDA debugger.
 class DebugTest
          Tests the JPDA-based debugger.
 class JPDADebugTestCase
          A DebugTestCase whose debugger is a JPDADebugger.
 

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.