Package org.xwiki.test.ui.po

Examples of org.xwiki.test.ui.po.ViewPage


    @Test
    public void testColonInSpaceName()
    {
        String spaceName = getTestClassName() + ":" + getTestMethodName();
        getUtil().createPage(spaceName, "WebHome", getTestMethodName() + " content", getTestMethodName() + " Title");
        ViewPage spaceHomePage = HomePage.gotoPage().getSpacesPane().clickSpaceHome(spaceName);
        Assert.assertEquals(getTestMethodName() + " Title", spaceHomePage.getDocumentTitle());
    }
View Full Code Here

TOP

Related Classes of org.xwiki.test.ui.po.ViewPage

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.