cpd.setId("Fred");
md.addConfigurationPoint(cpd);
ContributionDescriptor cd = new ContributionDescriptor();
cd.setConfigurationId("Fred");
cd.setConditionalExpression("and class foo");
cd.setLocation(location);
cd.addElement(newElement("bar"));
md.addContribution(cd);
RegistryInfrastructureConstructor ric = new RegistryInfrastructureConstructor(eh, log, null);