if (super.onlineTest("testConstrcutorWithURL")) {
/* 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;