KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > objectweb > celtix > tools > common > dom > DocumentTest


1 package org.objectweb.celtix.tools.common.dom;
2
3 import junit.framework.*;
4
5 public class DocumentTest extends TestCase {
6
7     public void testDocument() {
8         // fail("There are no tests in xutil.dom, put some in!!");
9
}
10 }
11
Popular Tags