Package org.xwiki.panels.test.po

Examples of org.xwiki.panels.test.po.ApplicationsPanel


        editPage.setIcon("icon:bell");
        editPage.clickSaveAndView();
        getUtil().gotoPage(getTestClassName(), getTestMethodName(), "edit");
        Assert.assertEquals("icon:bell", editPage.getIcon());

        ApplicationsPanel panel = ApplicationsPanel.gotoPage();
        ViewPage page = panel.clickApplication(getTestClassName());
        // Verify we're on the right page!
        Assert.assertEquals(getTestClassName(), page.getMetaDataValue("space"));
        Assert.assertEquals(getTestMethodName(), page.getMetaDataValue("page"));
    }
View Full Code Here

TOP

Related Classes of org.xwiki.panels.test.po.ApplicationsPanel

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.