assertEquals( "TestName", members.get(0).resolve(FeatureSource.class, new NullProgressMonitor()).getSchema().getName().getLocalPart()); //$NON-NLS-1$
}
@Test
public void testCreateTypeOnIllegalDS() throws Exception {
WFSServiceExtension ext=new WFSServiceExtension();
URL id=new URL("http://demo.opengeo.org/geoserver/wfs"); //$NON-NLS-1$
Map<String, Serializable> params = ext.createParams(id);
IService service = ext.createService(id, params);
NewFeatureTypeOp op=new NewFeatureTypeOp();
op.testingSetTesting(true);
op.op(Display.getCurrent(), service, new NullProgressMonitor());