Examples of addObjectFromInlineLink()


Examples of org.xwiki.test.ui.framework.elements.editor.ObjectEditPage.addObjectFromInlineLink()

    public void testInlineObjectAddButton()
    {
        ObjectEditPage oep = new ObjectEditPage();
        oep.switchToEdit("Test", "EditObjectsTestObject");
        oep.addObject("XWiki.XWikiUsers");
        oep.addObjectFromInlineLink("XWiki.XWikiUsers");
    }
}
View Full Code Here

Examples of org.xwiki.test.ui.po.editor.ObjectEditPage.addObjectFromInlineLink()

    @Test
    public void testInlineObjectAddButton()
    {
        ObjectEditPage oep = ObjectEditPage.gotoPage("Test", "EditObjectsTestObject");
        oep.addObject("XWiki.XWikiUsers");
        oep.addObjectFromInlineLink("XWiki.XWikiUsers");
    }

    /**
     * @see XWIKI-9061: Property displayers don't work in the object editor for objects that have just been added
     */
 
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.