| |
|
| javax.swing.text.AbstractDocument_ElementEditTest
AbstractDocument_ElementEditTest | public class AbstractDocument_ElementEditTest extends TestCase (Code) | | All test methods should take into account that start and end positions of
an element are moved as the document is mutated (text is changed).
|
insert | DefaultDocumentEvent insert(Code) | | |
insertEdit | ElementEdit insertEdit(Code) | | |
remove | DefaultDocumentEvent remove(Code) | | |
removeEdit | ElementEdit removeEdit(Code) | | |
testElementEdit | public void testElementEdit()(Code) | | |
testGetChildrenAdded | public void testGetChildrenAdded()(Code) | | |
testGetChildrenRemoved | public void testGetChildrenRemoved()(Code) | | |
testGetElement | public void testGetElement()(Code) | | |
testUndo02 | public void testUndo02() throws BadLocationException(Code) | | Tests that added and removed children change places when undoing and
redoing document structure changes.
|
|
|
|