Package org.geoserver.wps.web

Examples of org.geoserver.wps.web.WPSAdminPage


    public void test() throws Exception {
        login();
        WPSInfo wps = getGeoServerApplication().getGeoServer().getService(WPSInfo.class);
       
        // start the page
        tester.startPage(new WPSAdminPage());
       
        // test that components have been filled as expected
        tester.assertComponent("form:keywords", KeywordsEditor.class);
        tester.assertModelValue("form:keywords", wps.getKeywords());
    }
View Full Code Here

TOP

Related Classes of org.geoserver.wps.web.WPSAdminPage

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.