checkAttributes(e, new String[] { "gnip", "gnop" });
}
public void testServicePoint() throws Exception
{
ModuleDescriptor md = parse("GenericModule.xml");
List l = md.getServicePoints();
assertEquals(2, l.size());
ServicePointDescriptor spd = (ServicePointDescriptor) l.get(0);
assertEquals("MyService1", spd.getId());
assertEquals("package.MyService", spd.getInterfaceClassName());