Examples of PageTester


Examples of org.apache.tapestry5.test.PageTester

    private PageTester tester;

    @Test
    public void template_in_web_context()
    {
        tester = new PageTester(TestConstants.APP2_PACKAGE, TestConstants.APP2_NAME, "src/test/app2");

        Document doc = tester.renderPage("TestPageForTemplateInContext");
        assertTrue(doc.toString().contains("How are you?"));
    }
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.