Examples of JythonEngineWithTemplatesWindowTestPage


Examples of org.wicketstuff.console.examples.jython.JythonEngineWithTemplatesWindowTestPage

  @Test
  public void test_rendersSuccessfully_JythonEngineWithTemplatesWindowTestPage()
  {
    clazz = JythonEngineWithTemplatesWindowTestPage.class;
    final JythonEngineWithTemplatesWindowTestPage page = (JythonEngineWithTemplatesWindowTestPage)tester.startPage(clazz);
    tester.assertRenderedPage(clazz);

    tester.clickLink(page.getOpenLink());
    tester.assertComponentOnAjaxResponse("window");
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.