Example #1
0
 /** @see junit.framework.TestCase#setUp() */
 protected void setUp() throws Exception {
   doc = XmlUtils.createDocument();
   elm = doc.createElement("elm");
   doc.appendChild(elm);
 }