Uses of Package
edu.rice.cs.drjava.model.junit

Packages that use edu.rice.cs.drjava.model.junit
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.junit Contains the code for integration of the JUnit testing facility. 
edu.rice.cs.drjava.model.repl.newjvm Manages the creation and invocation of the separate JVM used by the interactions pane. 
edu.rice.cs.drjava.ui The ui package contains classes for the default user interface for DrJava. 
 

Classes in edu.rice.cs.drjava.model.junit used by edu.rice.cs.drjava.model
JUnitError
          A class to represent JUnit errors.
JUnitErrorModel
          Contains the JUnitErrors for a particular file after a test has ended.
 

Classes in edu.rice.cs.drjava.model.junit used by edu.rice.cs.drjava.model.junit
JUnitError
          A class to represent JUnit errors.
JUnitErrorModel
          Contains the JUnitErrors for a particular file after a test has ended.
JUnitTestRunner
          DrJava's own testrunner.
 

Classes in edu.rice.cs.drjava.model.junit used by edu.rice.cs.drjava.model.repl.newjvm
JUnitError
          A class to represent JUnit errors.
JUnitTestManager
          Runs in the InterpreterJVM.
 

Classes in edu.rice.cs.drjava.model.junit used by edu.rice.cs.drjava.ui
JUnitError
          A class to represent JUnit errors.
JUnitErrorModel
          Contains the JUnitErrors for a particular file after a test has ended.