| edu.rice.cs.drjava.model.MultiThreadedTestCase edu.rice.cs.drjava.model.GlobalModelTestCase edu.rice.cs.drjava.model.GlobalModelCompileTest
GlobalModelCompileTest | final public class GlobalModelCompileTest extends GlobalModelTestCase (Code) | | Tests to ensure that compilation behaves correctly in border cases.
version: $Id: GlobalModelCompileTest.java 4255 2007-08-28 19:17:37Z mgricken $ |
Method Summary | |
public void | testCompileAbortsIfAnyUnsaved() If we try to compile while any files are unsaved, and if we don't save when asked to saveAllBeforeProceeding,
it should not do the compile or any other actions. | public void | testCompileAbortsIfUnsaved() If we try to compile an unsaved file, and if we don't save when asked to saveAllBeforeProceeding, it should
not do the compile or any other actions. | public void | testCompileActiveSavedAnyUnsavedButSaveWhenAsked() If we try to compile while any files (but not the active file) are unsaved but we do save it from within
saveAllBeforeProceeding, the compile should occur happily. | public void | testCompileAllWithNoFiles() Tests calling compileAll with no source files works. | public void | testCompileAnyUnsavedButSaveWhenAsked() If we try to compile while any files (including the active file) are unsaved but we do save it from within saveAllBeforeProceeding, the
compile should occur happily. | public void | testCompileResetsInteractions() Tests that the interactions pane is reset after a successful compile. |
testCompileAbortsIfAnyUnsaved | public void testCompileAbortsIfAnyUnsaved() throws BadLocationException, IOException(Code) | | If we try to compile while any files are unsaved, and if we don't save when asked to saveAllBeforeProceeding,
it should not do the compile or any other actions.
|
testCompileAbortsIfUnsaved | public void testCompileAbortsIfUnsaved() throws BadLocationException, IOException(Code) | | If we try to compile an unsaved file, and if we don't save when asked to saveAllBeforeProceeding, it should
not do the compile or any other actions.
|
testCompileActiveSavedAnyUnsavedButSaveWhenAsked | public void testCompileActiveSavedAnyUnsavedButSaveWhenAsked() throws BadLocationException, IOException, InterruptedException(Code) | | If we try to compile while any files (but not the active file) are unsaved but we do save it from within
saveAllBeforeProceeding, the compile should occur happily. Does not reset interactions.
|
testCompileAnyUnsavedButSaveWhenAsked | public void testCompileAnyUnsavedButSaveWhenAsked() throws BadLocationException, IOException, InterruptedException(Code) | | If we try to compile while any files (including the active file) are unsaved but we do save it from within saveAllBeforeProceeding, the
compile should occur happily. Doesn't reset interactions because no interpretations are performed.
|
Methods inherited from edu.rice.cs.drjava.model.GlobalModelTestCase | protected void assertCompileErrorsPresent(boolean b)(Code)(Java Doc) protected void assertCompileErrorsPresent(String name, boolean b)(Code)(Java Doc) protected void assertContents(String s, OpenDefinitionsDocument doc) throws BadLocationException(Code)(Java Doc) protected void assertInteractionsContains(String text) throws EditDocumentException(Code)(Java Doc) protected void assertInteractionsDoesNotContain(String text) throws EditDocumentException(Code)(Java Doc) protected void assertInteractionsDoesNotMatch(String regex) throws EditDocumentException(Code)(Java Doc) protected void assertInteractionsMatches(String regex) throws EditDocumentException(Code)(Java Doc) protected void assertLength(int len, OpenDefinitionsDocument doc)(Code)(Java Doc) protected void assertModified(boolean b, OpenDefinitionsDocument doc)(Code)(Java Doc) protected void assertNumOpenDocs(int num)(Code)(Java Doc) protected void changeDocumentText(String s, OpenDefinitionsDocument doc) throws BadLocationException(Code)(Java Doc) protected File classForJava(File sourceFile, String className)(Code)(Java Doc) protected File createFile(String name)(Code)(Java Doc) protected synchronized OpenDefinitionsDocument doCompile(String text, File file) throws IOException, BadLocationException, InterruptedException(Code)(Java Doc) protected void doCompile(OpenDefinitionsDocument doc, File file) throws IOException, InterruptedException(Code)(Java Doc) protected String getCompilerErrorString()(Code)(Java Doc) protected String getInteractionsText() throws EditDocumentException(Code)(Java Doc) protected String interpret(String input) throws EditDocumentException(Code)(Java Doc) protected void interpretIgnoreResult(String input) throws EditDocumentException(Code)(Java Doc) public void setUp() throws Exception(Code)(Java Doc) protected OpenDefinitionsDocument setupDocument(String text) throws BadLocationException(Code)(Java Doc) public void tearDown() throws Exception(Code)(Java Doc) protected File tempDirectory() throws IOException(Code)(Java Doc) protected File tempFile() throws IOException(Code)(Java Doc) protected File tempFile(int i) throws IOException(Code)(Java Doc) protected File writeToNewTempFile(String text) throws IOException(Code)(Java Doc)
|
Fields inherited from edu.rice.cs.drjava.model.MultiThreadedTestCase | protected static volatile boolean _testFailed(Code)(Java Doc)
|
|
|