TestSetup.initialize();
}
public void testNotSupportedFeatures() {
GeneralizationInfosProvider provider = new GeneralizationInfosProviderImpl();
GeneralizationInfos ginfos = null;
PreGeneralizedDataStore ds = null;
SimpleFeatureCollection fCollection = null;
String typeName = null;
try {
ginfos = provider.getGeneralizationInfos("src/test/resources/geninfo_only_base.xml");
ds = new PreGeneralizedDataStore(ginfos, TestSetup.REPOSITORY);
typeName = ds.getTypeNames()[0];
fCollection = ds.getFeatureSource(typeName).getFeatures();
} catch (IOException ex) {
ex.printStackTrace();