Ejemplo n.º 1
0
 public void testGetLongdesc2() {
   ImgTag it = new ImgTag(id, parent, attributes);
   assertEquals(it.getLongdesc(), longdesc);
 }