private static final FilterFactory2 FF = CommonFactoryFinder.getFilterFactory2(null);
public void testFactoryCanProcess() {
GeoRestDataStoreFactory factory = new GeoRestDataStoreFactory();
Assert.assertTrue(factory.canProcess(createParams()));
}
public void testCreateDataStore() throws IOException {
GeoRestDataStoreFactory factory = new GeoRestDataStoreFactory();
DataStore ds = factory.createDataStore(createParams());