Package org.wicketstuff.console.examples.groovy

Examples of org.wicketstuff.console.examples.groovy.GroovyEngineWithTemplatesTestPage


      private static final long serialVersionUID = 1L;

      @Override
      public void onClick()
      {
        setResponsePage(new GroovyEngineWithTemplatesTestPage(
          new HibernateScriptTemplateStore()));
      }

    };
    addLink(r, link, GroovyEngineWithTemplatesTestPage.class.getSimpleName());
View Full Code Here


  }

  @Test
  public void test_rendersSuccessfully_GroovyEngineWithTemplatesTestPage()
  {
    final GroovyEngineWithTemplatesTestPage page = new GroovyEngineWithTemplatesTestPage(
      new PackagedScriptTemplates());
    tester.startPage(page);
    tester.assertRenderedPage(GroovyEngineWithTemplatesTestPage.class);
  }
View Full Code Here

TOP

Related Classes of org.wicketstuff.console.examples.groovy.GroovyEngineWithTemplatesTestPage

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.