package skrueger.geotools.io; import org.junit.Test; import schmitzm.junit.TestingClass; public class WfsSettingsJComboBoxTest extends TestingClass { @Test public void testListChanged() { new WfsSettingsJComboBox(new WfsServerList(new GtWfsServerSettings())) .listChanged(); } }