1 package DataLoaderTests.DataObjectTest.others.URLObject; 2 import junit.framework.*; 3 import org.netbeans.junit.*; 4 public class URLObject_others extends DataLoaderTests.DataObjectTest.DataObjectTest_others{ 5 public URLObject_others(java.lang.String testName){ 6 super(testName); 7 NAME = "/DataObjectTest/URLObject.url"; 8 } 9 public static Test suite() { 10 NbTestSuite suite = new NbTestSuite(URLObject_others.class); 11 return suite; 12 } 13 } | Popular Tags |