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

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

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

Methods in edu.rice.cs.drjava.model.junit that return JUnitErrorModel
 JUnitErrorModel JUnitModel.getJUnitErrorModel()
          Gets the JUnitErrorModel, which contains error info for the last test run.
 JUnitErrorModel DefaultJUnitModel.getJUnitErrorModel()
          Gets the JUnitErrorModel, which contains error info for the last test run.
 

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

Methods in edu.rice.cs.drjava.ui that return JUnitErrorModel
protected  JUnitErrorModel JUnitPanel.getErrorModel()