}
}
public void testInTag() {
IvyFile ivyFile = new IvyModuleDescriptorFile(null, "", hibContentStr);
boolean b = ivyFile.inTag(200);
assertEquals(b, true);
}
public void testGetTagName() {
IvyFile ivyFile = new IvyModuleDescriptorFile(null, "", hibContentStr);