7879808182838485868788
/* If mock service is available then URL can be tested otherwise see * the next test */ SFSDataStoreFactory factory = new SFSDataStoreFactory(); SFSDataStore ods = (SFSDataStore) factory.createDataStore(createParams()); process(ods); } else { return;