Package org.locationtech.udig.catalog.tests.ui.workflow

Examples of org.locationtech.udig.catalog.tests.ui.workflow.Assertion


    @Test
    public void testConnectionError() throws MalformedURLException {
        // create a bad context object, lets say a wfs that doesn't exist
        URL context = new URL("http://foo.blah.hehehe/geoserver/wfs"); //$NON-NLS-1$

        Assertion a1 = new Assertion(){
            @Override
            public void run() {
                fail = !(catalogImport.getDialog().getCurrentPage() instanceof ConnectionErrorPage);
            }
        };
View Full Code Here

TOP

Related Classes of org.locationtech.udig.catalog.tests.ui.workflow.Assertion

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.