use of com.sldeditor.ui.detail.vendor.geoserver.text.VOGeoServerTextSymbolizer2 in project sldeditor by robward-scisys.
the class VOGeoServerTextSymbolizer2Test method testGetVendorOption.
/**
* Test method for {@link
* com.sldeditor.ui.detail.vendor.geoserver.text.VOGeoServerTextSymbolizer2#getVendorOption()}.
*/
@Test
public void testGetVendorOption() {
TextSymbolizerDetails panel = new TextSymbolizerDetails();
VOGeoServerTextSymbolizer2 testObj = new VOGeoServerTextSymbolizer2(panel.getClass());
assertNotNull(testObj.getVendorOption());
}
use of com.sldeditor.ui.detail.vendor.geoserver.text.VOGeoServerTextSymbolizer2 in project sldeditor by robward-scisys.
the class VOGeoServerTextSymbolizer2Test method testOptionSelected.
/**
* Test method for {@link
* com.sldeditor.ui.detail.vendor.geoserver.text.VOGeoServerTextSymbolizer2#optionSelected(java.lang.Class,
* java.lang.String)}.
*/
@Test
public void testOptionSelected() {
TextSymbolizerDetails panel = new TextSymbolizerDetails();
VOGeoServerTextSymbolizer2 testObj = new VOGeoServerTextSymbolizer2(panel.getClass());
testObj.optionSelected(null, "test");
testObj.optionSelected(String.class, "test");
}
Aggregations