public void testExplicitBindingIntent() {
IMocksControl control = EasyMock.createNiceControl();
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);