use of com.sldeditor.ui.tree.UpdateTreeStructureInterface in project sldeditor by robward-scisys.
the class SLDTreeTest method testPopulateSLD.
/**
* Test method for {@link com.sldeditor.ui.tree.SLDTree#populateSLD()}.
*/
@Test
public void testPopulateSLD() {
List<RenderSymbolInterface> renderList = null;
UpdateTreeStructureInterface tree1 = new SLDTree(renderList, null);
tree1.populateSLD();
}
Aggregations