URLObject_modify.java :  » IDE-Netbeans » openide » DataLoaderTests » DataObjectTest » modify » URLObject » Java Open Source

Java Open Source » IDE Netbeans » openide 
openide » DataLoaderTests » DataObjectTest » modify » URLObject » URLObject_modify.java
package DataLoaderTests.DataObjectTest.modify.URLObject;
import junit.framework.*;
import org.netbeans.junit.*;
public class URLObject_modify extends DataLoaderTests.DataObjectTest.DataObjectTest_modify{
 public URLObject_modify(java.lang.String testName){
   super(testName);
   NAME = "/DataObjectTest/URLObject.url";
 }
public static Test suite() {
   NbTestSuite suite = new NbTestSuite(URLObject_modify.class);
   return suite;
 }
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.