Uses of Class
edu.rice.cs.drjava.model.junit.JUnitError

Packages that use JUnitError
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. 
 

Uses of JUnitError in edu.rice.cs.drjava.model.junit
 

Methods in edu.rice.cs.drjava.model.junit with parameters of type JUnitError
 void JUnitModelCallback.testSuiteEnded(JUnitError[] errors)
          Called when a full suite of tests has finished running.
 void DefaultJUnitModel.testSuiteEnded(JUnitError[] errors)
          Called when a full suite of tests has finished running.
 

Constructors in edu.rice.cs.drjava.model.junit with parameters of type JUnitError
JUnitErrorModel(JUnitError[] errors, GlobalModel model, boolean testsHaveRun)
          Constructs a new JUnitErrorModel to be maintained by a particular OpenDefinitionsDocument.
 

Uses of JUnitError in edu.rice.cs.drjava.model.repl.newjvm
 

Methods in edu.rice.cs.drjava.model.repl.newjvm with parameters of type JUnitError
 void MainJVMRemoteI.testSuiteEnded(JUnitError[] errors)
          Called when a full suite of tests has finished running.
 void MainJVM.testSuiteEnded(JUnitError[] errors)
          Called when a full suite of tests has finished running.
 void MainJVM.DummyJUnitModel.testSuiteEnded(JUnitError[] errors)
           
 void InterpreterJVM.testSuiteEnded(JUnitError[] errors)
          Notifies that a full suite of tests has finished running.