Package de.odysseus.calyxo.base.test

Examples of de.odysseus.calyxo.base.test.TestRequest


  public ModuleSupportTest(String arg0) {
    super(arg0);
  }

  protected void setUp() throws ServletException {
    request = new TestRequest();
    ServletContext context = request.getSession().getServletContext();
    // set support instance
    context.setAttribute(ModuleSupport.MODULE_SUPPORT_KEY, support = new ModuleSupport());
    // configure test module
    module = new TestModuleContext("test", context);
View Full Code Here

TOP

Related Classes of de.odysseus.calyxo.base.test.TestRequest

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.