Package net.sourceforge.gedapi.util

Examples of net.sourceforge.gedapi.util.GLinkPatternTest


          test2.runAllTests();
       }
     
      if(args == null || args.length == 0 || "2".equals(args[0]))
       {
        GLinkPatternTest test5 = new GLinkPatternTest("command line");
        test5.runAllTests();
       }
     
      if(args == null || args.length == 0 || "3".equals(args[0]))
       {
        GEDCOMCentralSiteServletTest test4 = new GEDCOMCentralSiteServletTest("command line");
View Full Code Here

TOP

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

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.