Method Summary |
|
public void | setUp() Setup method for each JUnit test case. |
public void | tearDown() |
protected File | tempFile(String fileName) Create a new temporary file in _tempDir. |
public void | testClearLine() Tests that the clipboard is unmodified after a "clear line" action. |
public void | testCorrectInteractionsDocument() Make sure that the InteractionsPane is displaying the correct InteractionsDocument. |
public void | testCreateManualToolbarButton() Tests that the returned JButton of createManualToolbarButton :
1. |
public void | testCutLine() Tests that the clipboard is modified after a "cut line" action. |
public void | testDancingUIFileClosed() A Test to guarantee that the Dancing UI bug will not rear its ugly head again. |
public void | testDancingUIFileOpened() A Test to guarantee that the Dancing UI bug will not rear its ugly head again. |
public void | testDocLocationAfterSwitch() Tests that the current location of a document is equal to the caret location after documents are switched. |
public void | testGlassPaneEditableState() Ensure that a document's editable status is set appropriately throughout the compile process. |
public void | testGlassPaneHidesKeyEvents() Ensure that all key events are disabled when the glass pane is up. |
public void | testGotoFileUnderCursor() Tests that "go to file under cursor" works if unique. |
public void | testGotoFileUnderCursorAppendJava() |
public void | testGotoFileUnderCursorShowDialog() |
public void | testMultilineIndentAfterScroll() Tests that undoing/redoing a multi-line indent will restore the caret position. |
public void | testSaveButtonEnabled() Tests that the save button does not set itself as enabled immediately after opening a file. |