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


Inner classes inherited from class edu.rice.cs.drjava.model.GlobalModelListener
GlobalModelListener.SaveReason
 
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
 
Fields inherited from interface edu.rice.cs.drjava.model.GlobalModelListener
COMPILE_REASON, DEBUG_REASON, JUNIT_REASON
 
Constructor Summary
GlobalModelTestCase.CompileShouldSucceedListener()
           
 
Method Summary
 void checkCompileOccurred()
           
 void compileEnded()
          Called when a compile has finished running.
 void compileStarted()
          Called after a compile is started by the GlobalModel.
 void consoleReset()
          Called when the console window is reset.
 void interactionsReset()
          Called when the interactions window is reset.
 void interactionsResetting()
          Called when the interactionsJVM has begun to be resetted
 
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
 

Constructor Detail

GlobalModelTestCase.CompileShouldSucceedListener

public GlobalModelTestCase.CompileShouldSucceedListener()
Method Detail

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()