Map<String, Object> intents = new HashMap<String, Object>();
BindingConfiguration feat1 = control.createMock(BindingConfiguration.class);
intents.put("A", new AbstractFeature() {});
intents.put("SOAP", feat1);
intents.put("SOAP.1_1", feat1);
intents.put("SOAP.1_2", control.createMock(BindingConfiguration.class));
final IntentMap intentMap = new IntentMap();
intentMap.setIntents(intents);
BundleContext dswContext = control.createMock(BundleContext.class);
BundleContext callingContext = control.createMock(BundleContext.class);