Search in sources :

Example 1 with UpdateTreeStructureInterface

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();
}
Also used : SLDTree(com.sldeditor.ui.tree.SLDTree) RenderSymbolInterface(com.sldeditor.datasource.RenderSymbolInterface) UpdateTreeStructureInterface(com.sldeditor.ui.tree.UpdateTreeStructureInterface) Test(org.junit.Test)

Aggregations

RenderSymbolInterface (com.sldeditor.datasource.RenderSymbolInterface)1 SLDTree (com.sldeditor.ui.tree.SLDTree)1 UpdateTreeStructureInterface (com.sldeditor.ui.tree.UpdateTreeStructureInterface)1 Test (org.junit.Test)1