Package net.sourceforge.javautil.developer.web.unit

Examples of net.sourceforge.javautil.developer.web.unit.TestWebApplication


   * @param context The context (root path)
   * @param root The root for source files
   * @return The new web application
   */
  public TestWebApplication create (String name, String context, VirtualDirectory root) {
    TestWebApplication twa = new TestWebApplication(name, context, root);
   
   
   
    return twa;
  }
View Full Code Here

TOP

Related Classes of net.sourceforge.javautil.developer.web.unit.TestWebApplication

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.