assertEquals("foo", em.getElementName());
}
public void testSetPropertyRule() throws Exception
{
ModuleDescriptor md = parse("SetPropertyRule.xml");
List points = md.getConfigurationPoints();
ConfigurationPointDescriptor cpd = (ConfigurationPointDescriptor) points.get(0);
Schema s = cpd.getContributionsSchema();
List l = s.getElementModel();
ElementModel em = (ElementModel) l.get(0);