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.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.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
DefaultJUnitModel
          Manages unit testing via JUnit.
JUnitListener
          An interface for responding to events generated by the JUnitModel.
JUnitModel
           
 

Classes in edu.rice.cs.drjava.model.junit used by edu.rice.cs.drjava.model.debug
JUnitListener
          An interface for responding to events generated by the JUnitModel.
 

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.
JUnitEventNotifier
          Keeps track of all listeners to a JUnitModel, and has the ability to notify them of some event.
JUnitListener
          An interface for responding to events generated by the JUnitModel.
JUnitModel
           
JUnitModelCallback
          Callback interface which allows an JUnitModel to respond to tests running in a remote JVM.
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.
JUnitModelCallback
          Callback interface which allows an JUnitModel to respond to tests running in a remote JVM.
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.
JUnitListener
          An interface for responding to events generated by the JUnitModel.