Search in sources :

Example 1 with VendorOptionUI

use of com.sldeditor.common.vendoroption.minversion.VendorOptionUI in project sldeditor by robward-scisys.

the class VendorOptionUITest method testVendorOptionUI.

@Test
public void testVendorOptionUI() {
    VendorOptionUI testObj = new VendorOptionUI(new GetMinimumVersionInterface() {

        @Override
        public void getMinimumVersion(Object parentObj, Object sldObj, List<VendorOptionPresent> vendorOptionsPresentList) {
        }
    });
    testObj.createUI();
    testObj.updatedSLD(null, null);
    testObj.vendorOptionsUpdated(null);
    testObj.populate(null);
}
Also used : VendorOptionPresent(com.sldeditor.common.vendoroption.minversion.VendorOptionPresent) VendorOptionUI(com.sldeditor.common.vendoroption.minversion.VendorOptionUI) GetMinimumVersionInterface(com.sldeditor.ui.panels.GetMinimumVersionInterface) Test(org.junit.Test)

Aggregations

VendorOptionPresent (com.sldeditor.common.vendoroption.minversion.VendorOptionPresent)1 VendorOptionUI (com.sldeditor.common.vendoroption.minversion.VendorOptionUI)1 GetMinimumVersionInterface (com.sldeditor.ui.panels.GetMinimumVersionInterface)1 Test (org.junit.Test)1