Package org.apache.wicket.resource

Examples of org.apache.wicket.resource.DummyApplication


   * @see org.apache.wicket.WicketTestCase#setUp()
   */

  protected void setUp() throws Exception
  {
    WebApplication app = new DummyApplication();
    tester = new WicketTester(app);
  }
View Full Code Here


  @Override
  protected void setUp() throws Exception
  {
    super.setUp();
    ThreadContext.setApplication(new DummyApplication());
    errorCode = 0;
  }
View Full Code Here

TOP

Related Classes of org.apache.wicket.resource.DummyApplication

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.