Package net.sourceforge.gedapi.util

Examples of net.sourceforge.gedapi.util.GLinkURLTest


        test1.runAllTests();
       }

      if(args == null || args.length == 0 || "6".equals(args[0]))
       {
        GLinkURLTest test6 = new GLinkURLTest("command line");
        test6.runAllTests();
       }
    }
View Full Code Here

TOP

Related Classes of net.sourceforge.gedapi.util.GLinkURLTest

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.