use of com.sldeditor.ui.tree.SLDTree in project sldeditor by robward-scisys.
the class SLDTreeTest method testRedoAction.
/**
* Test method for
* {@link com.sldeditor.ui.tree.SLDTree#redoAction(com.sldeditor.common.undo.UndoInterface)}.
*/
@Test
public void testRedoAction() {
SLDTree tree1 = new SLDTree(null, null);
tree1.redoAction(null);
}
Aggregations