| java.lang.Object edu.rice.cs.drjava.model.compiler.CompilerErrorModel edu.rice.cs.drjava.model.junit.JUnitErrorModel
JUnitErrorModel | public class JUnitErrorModel extends CompilerErrorModel (Code) | | Contains the JUnitErrors for a particular file after a test has ended.
version: $Id: JUnitErrorModel.java 4255 2007-08-28 19:17:37Z mgricken $ |
Constructor Summary | |
public | JUnitErrorModel(JUnitError[] errors, GlobalModel model, boolean testsHaveRun) Constructs a new JUnitErrorModel to be maintained by a particular OpenDefinitionsDocument. |
JUnitErrorModel | public JUnitErrorModel(JUnitError[] errors, GlobalModel model, boolean testsHaveRun)(Code) | | Constructs a new JUnitErrorModel to be maintained by a particular OpenDefinitionsDocument.
Parameters: errors - the errors this JUnitErrorModel represents Parameters: model - the model to load documents form for finding error positions Parameters: testsHaveRun - whether or not the JUnit tests have completed |
haveTestsRun | public boolean haveTestsRun()(Code) | | Accessor
whether tests have been run before. |
|
|