Package org.appfuse.webapp

Examples of org.appfuse.webapp.TestAppFuseWicketApplication


    @Before
    public void initTester() {
        StaticWebApplicationContext mockedContext = new StaticWebApplicationContext();

        tester = new WicketTester(new TestAppFuseWicketApplication(mockedContext));
        //ensure english locale regardless of local system locale
        tester.getSession().setLocale(Locale.ENGLISH);

        initSpringBeans(mockedContext);
    }
View Full Code Here

TOP

Related Classes of org.appfuse.webapp.TestAppFuseWicketApplication

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.