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

Packages that use MultiThreadedTestCase
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. 
edu.rice.cs.drjava.ui The ui package contains classes for the default user interface for DrJava. 
edu.rice.cs.util A collection of utility classes and packages. 
 

Uses of MultiThreadedTestCase in edu.rice.cs.drjava.model
 

Subclasses of MultiThreadedTestCase 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 GlobalModelTestCase
          Base class for tests over the GlobalModel.
static class MultiThreadedTestCaseTest.Uncaught
           
 class SingleDisplayModelTest
          Test functions of the single display model.
 

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

Subclasses of MultiThreadedTestCase 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 MultiThreadedTestCase in edu.rice.cs.drjava.model.debug.jpda
 

Subclasses of MultiThreadedTestCase 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 MultiThreadedTestCase in edu.rice.cs.drjava.model.junit
 

Subclasses of MultiThreadedTestCase in edu.rice.cs.drjava.model.junit
 class JUnitErrorModelTest
          A test on the GlobalModel for JUnit testing.
 

Uses of MultiThreadedTestCase in edu.rice.cs.drjava.ui
 

Subclasses of MultiThreadedTestCase in edu.rice.cs.drjava.ui
 class DefinitionsPaneTest
          Tests the Definitions Pane
 class MainFrameTest
          Test functions of MainFrame.
 class ProjectMenuTest
          Test functions of Project Facility working through the main frame and model.
 

Uses of MultiThreadedTestCase in edu.rice.cs.util
 

Subclasses of MultiThreadedTestCase in edu.rice.cs.util
 class LogTest
          Test cases for Log.