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