edu.rice.cs.drjava.model
Class GlobalModelTestCase.CompileShouldSucceedListener
java.lang.Object
|
+--edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
|
+--edu.rice.cs.drjava.model.GlobalModelTestCase.CompileShouldSucceedListener
- All Implemented Interfaces:
- GlobalModelListener
- Direct Known Subclasses:
- GlobalModelJUnitTest.TestShouldSucceedListener
- Enclosing class:
- GlobalModelTestCase
- public static class GlobalModelTestCase.CompileShouldSucceedListener
- extends GlobalModelTestCase.TestListener
Fields inherited from class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener |
canAbandonCount, closeCount, compileEndCount, compileStartCount, consoleResetCount, fileRevertedCount, interactionEndCount, interactionsExitedCount, interactionsResetCount, interactionsResettingCount, interactionStartCount, junitEndCount, junitRunningCount, junitStartCount, lastExitStatus, newCount, nonTestCaseCount, openCount, saveAllBeforeProceedingCount, saveCount, shouldRevertFileCount |
Methods inherited from class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener |
assertAbandonCount, assertCloseCount, assertCompileEndCount, assertCompileStartCount, assertConsoleResetCount, assertFileRevertedCount, assertInteractionEndCount, assertInteractionsExitedCount, assertInteractionsResetCount, assertInteractionsResettingCount, assertInteractionStartCount, assertJUnitEndCount, assertJUnitRunningCount, assertJUnitStartCount, assertNewCount, assertNonTestCaseCount, assertOpenCount, assertSaveAllBeforeProceedingCount, assertSaveCount, assertShouldRevertFileCount, canAbandonFile, fileClosed, fileOpened, fileReverted, fileSaved, interactionEnded, interactionsExited, interactionStarted, junitEnded, junitRunning, junitStarted, newFileCreated, nonTestCase, resetCounts, saveAllBeforeProceeding, shouldRevertFile |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
GlobalModelTestCase.CompileShouldSucceedListener
public GlobalModelTestCase.CompileShouldSucceedListener()
compileStarted
public void compileStarted()
- Description copied from interface:
GlobalModelListener
- Called after a compile is started by the GlobalModel.
- Overrides:
compileStarted
in class GlobalModelTestCase.TestListener
compileEnded
public void compileEnded()
- Description copied from interface:
GlobalModelListener
- Called when a compile has finished running.
- Overrides:
compileEnded
in class GlobalModelTestCase.TestListener
interactionsResetting
public void interactionsResetting()
- Description copied from interface:
GlobalModelListener
- Called when the interactionsJVM has begun to be resetted
- Overrides:
interactionsResetting
in class GlobalModelTestCase.TestListener
interactionsReset
public void interactionsReset()
- Description copied from interface:
GlobalModelListener
- Called when the interactions window is reset.
- Overrides:
interactionsReset
in class GlobalModelTestCase.TestListener
consoleReset
public void consoleReset()
- Description copied from interface:
GlobalModelListener
- Called when the console window is reset.
- Overrides:
consoleReset
in class GlobalModelTestCase.TestListener
checkCompileOccurred
public void checkCompileOccurred()