}
};
Map<String, Object> props = new HashMap<String, Object>();
props.put("osgi.remote.requires.intents", "A");
ServiceEndpointDescription sd = new ServiceEndpointDescriptionImpl(Arrays.asList(String.class.getName()), props);
List<String> effectiveIntents =
Arrays.asList(p.applyIntents(dswContext, callingContext, features, factory, sd));
assertEquals(Arrays.asList("A"), effectiveIntents);
}