| |
|
| javax.swing.undo.AbstractUndoableEditTest javax.swing.undo.CompoundEditTest
All known Subclasses: javax.swing.undo.UndoManagerTest,
testAddEdit | public void testAddEdit()(Code) | | |
testCanRedo | public void testCanRedo()(Code) | | |
testCanUndo | public void testCanUndo()(Code) | | |
testCompoundEdit | public void testCompoundEdit()(Code) | | |
testDie | public void testDie()(Code) | | |
testEditsCapacity | public void testEditsCapacity()(Code) | | |
testEnd | public void testEnd()(Code) | | |
testGetPresentationName01 | public void testGetPresentationName01()(Code) | | Original test.
|
testGetPresentationName02 | public void testGetPresentationName02()(Code) | | Additional test.
Tests that whatever getPresentationName() of the last edit returns -
empty string in particular - the result doesn't change.
|
testGetPresentationName03 | public void testGetPresentationName03()(Code) | | Tests that if getPresentationName of the last edit returns
null , the result is empty string.
|
testGetRedoPresentationName | public void testGetRedoPresentationName()(Code) | | |
testGetUndoPresentationName | public void testGetUndoPresentationName()(Code) | | |
testIsInProgress | public void testIsInProgress()(Code) | | |
testIsSignificant | public void testIsSignificant()(Code) | | |
testLastEdit | public void testLastEdit()(Code) | | |
testRedo | public void testRedo()(Code) | | |
testToString | public void testToString()(Code) | | |
testUndo | public void testUndo()(Code) | | |
|
|
|