A B C D E F G H I L M N O P R S T U V W X

A

AbstractAdminAuthenticatedTest - Class in org.xwiki.test.ui
Helper class to be extended by tests requiring an Admin user logged in.
AbstractAdminAuthenticatedTest() - Constructor for class org.xwiki.test.ui.AbstractAdminAuthenticatedTest
 
AbstractGuestTest - Class in org.xwiki.test.ui
Helper class to be extended by tests not requiring any user to be logged in (XWikiGuest is then the current user).
AbstractGuestTest() - Constructor for class org.xwiki.test.ui.AbstractGuestTest
 
AbstractRegistrationPage - Class in org.xwiki.test.ui.po
Represents the actions possible for the different registration pages (standard registration page, lightbox registration page).
AbstractRegistrationPage() - Constructor for class org.xwiki.test.ui.po.AbstractRegistrationPage
 
AbstractStandardUserAuthenticatedTest - Class in org.xwiki.test.ui
Helper class to be extended by tests requiring a standard user logged in.
AbstractStandardUserAuthenticatedTest() - Constructor for class org.xwiki.test.ui.AbstractStandardUserAuthenticatedTest
 
AbstractTest - Class in org.xwiki.test.ui
To be extended by all Test Classes.
AbstractTest() - Constructor for class org.xwiki.test.ui.AbstractTest
 
addAnotherFile() - Method in class org.xwiki.test.ui.po.AttachmentsPane
Adds another input field for attaching a file.
addClassProperty(String, String, String, String) - Method in class org.xwiki.test.ui.TestUtils
 
addEnvironmentVariable(String, String) - Method in class org.xwiki.test.integration.XWikiExecutor
 
addObject(String) - Method in class org.xwiki.test.ui.po.editor.ObjectEditPage
 
addObject(String, String, String, Object...) - Method in class org.xwiki.test.ui.TestUtils
 
addObject(String, String, String, Map<String, ?>) - Method in class org.xwiki.test.ui.TestUtils
 
addObjectFromInlineLink(String) - Method in class org.xwiki.test.ui.po.editor.ObjectEditPage
 
addProperty(String, String) - Method in class org.xwiki.test.ui.po.editor.ClassEditPage
 
addPropertyWithoutWaiting(String, String) - Method in class org.xwiki.test.ui.po.editor.ClassEditPage
 
addQueryStringEntry(StringBuilder, String, Object) - Method in class org.xwiki.test.ui.TestUtils
 
addQueryStringEntry(StringBuilder, String, String) - Method in class org.xwiki.test.ui.TestUtils
 
ADMIN_CREDENTIALS - Static variable in class org.xwiki.test.ui.TestUtils
 
AdminAuthenticationRule - Class in org.xwiki.test.ui
Authenticates the Admin user in the wiki before the test starts.
AdminAuthenticationRule(TestUtils, WebDriver) - Constructor for class org.xwiki.test.ui.AdminAuthenticationRule
 
afterTests() - Method in class org.xwiki.test.integration.XWikiExecutorSuite
Called after test execution.
afterTests() - Method in class org.xwiki.test.ui.PageObjectSuite
 
apply(Statement, FrameworkMethod, Object) - Method in class org.xwiki.test.ui.AuthenticationRule
 
apply(Statement, Description) - Method in class org.xwiki.test.ui.browser.BrowserTestRule
 
assertOnPage(String) - Method in class org.xwiki.test.ui.TestUtils
After successful completion of this function, you are guaranteed to be logged in as the given user and on the page passed in pageURL.
attachFile(String, String, String, File, boolean) - Method in class org.xwiki.test.ui.TestUtils
 
attachFile(String, String, String, InputStream, boolean, UsernamePasswordCredentials) - Method in class org.xwiki.test.ui.TestUtils
 
attachFile(String, String, String, InputStream, boolean) - Method in class org.xwiki.test.ui.TestUtils
 
attachmentExistsByFileName(String) - Method in class org.xwiki.test.ui.po.AttachmentsPane
 
AttachmentsPane - Class in org.xwiki.test.ui.po
Represents the actions possible on the Attachment Pane at the bottom of a page.
AttachmentsPane() - Constructor for class org.xwiki.test.ui.po.AttachmentsPane
 
authenticate() - Method in class org.xwiki.test.ui.AuthenticationRule
 
AuthenticationRule - Class in org.xwiki.test.ui
Authenticates a user in the wiki before the test starts.
AuthenticationRule(String, String, TestUtils, WebDriver) - Constructor for class org.xwiki.test.ui.AuthenticationRule
 

B

BASE_BIN_URL - Static variable in class org.xwiki.test.ui.TestUtils
 
BASE_REST_URL - Static variable in class org.xwiki.test.ui.TestUtils
 
BASE_URL - Static variable in class org.xwiki.test.ui.TestUtils
 
BASEDIR - Static variable in class org.xwiki.test.integration.XWikiExecutor
 
BaseElement - Class in org.xwiki.test.ui.po
Represents all elements which include web pages as well as parts of web pages.
BaseElement() - Constructor for class org.xwiki.test.ui.po.BaseElement
 
BasePage - Class in org.xwiki.test.ui.po
Represents the common actions possible on all Pages.
BasePage() - Constructor for class org.xwiki.test.ui.po.BasePage
 
beforeTests() - Method in class org.xwiki.test.integration.XWikiExecutorSuite
Called before test execution.
beforeTests() - Method in class org.xwiki.test.ui.PageObjectSuite
 
browserRule - Variable in class org.xwiki.test.ui.AbstractTest
Used for ignoring tests that use IgnoreBrowser and IgnoreBrowsers annotations.
BrowserTestRule - Class in org.xwiki.test.ui.browser
Allows ignoring some tests for a given browser.
BrowserTestRule(WebDriver) - Constructor for class org.xwiki.test.ui.browser.BrowserTestRule
 
byPrettyName(String) - Static method in enum org.xwiki.test.ui.po.editor.EditPage.Editor
 
byPropertyName(String) - Method in class org.xwiki.test.ui.po.editor.ObjectEditPane
Creates a locator for the input fields corresponding to the given object property.

C

cancel - Variable in class org.xwiki.test.ui.po.editor.EditPage
 
cancel() - Method in class org.xwiki.test.ui.po.ResubmissionPage
Cancel the request.
canDelete() - Method in class org.xwiki.test.ui.po.BasePage
 
ChangesPane - Class in org.xwiki.test.ui.po
Displays the differences between two versions of a document.
ChangesPane() - Constructor for class org.xwiki.test.ui.po.ChangesPane
 
ClassEditPage - Class in org.xwiki.test.ui.po.editor
Represents the common actions possible on all Pages when using the "edit" action with the "class" editor.
ClassEditPage() - Constructor for class org.xwiki.test.ui.po.editor.ClassEditPage
 
ClassPropertyEditPane - Class in org.xwiki.test.ui.po.editor
Represents the pane used to edit a class property.
ClassPropertyEditPane(FormElement, String) - Constructor for class org.xwiki.test.ui.po.editor.ClassPropertyEditPane
Creates a new pane that can be used to set the meta-properties of the specified XClass property.
clear() - Method in class org.xwiki.test.ui.po.editor.UserPicker
Clears the content of the text input.
clear() - Method in class org.xwiki.test.ui.po.editor.wysiwyg.RichTextAreaElement
Clears the content of the rich text area.
click() - Method in class org.xwiki.test.ui.po.editor.wysiwyg.RichTextAreaElement
Clicks on the rich text area.
clickAttachFiles() - Method in class org.xwiki.test.ui.po.AttachmentsPane
 
clickBack() - Method in class org.xwiki.test.ui.po.CommentForm
Clicks on the back button to cancel the preview and show the content text area
clickBackToEdit() - Method in class org.xwiki.test.ui.po.editor.PreviewEditPage
Clicks on the back to edit button.
clickBreadcrumbLink(String) - Method in class org.xwiki.test.ui.po.ViewPage
Clicks on the breadcrumb link with the given text.
clickCancel() - Method in class org.xwiki.test.ui.po.CommentForm
Clicks on the cancel button.
clickCancel() - Method in class org.xwiki.test.ui.po.ConfirmationModal
 
clickCancel() - Method in class org.xwiki.test.ui.po.editor.ClassEditPage
 
clickCancel() - Method in class org.xwiki.test.ui.po.editor.EditPage
 
clickCancel() - Method in class org.xwiki.test.ui.po.InlinePage
 
clickContentMenuEditSubMenuEntry(String) - Method in class org.xwiki.test.ui.po.BasePage
Perform a click on a "content menu" sub-menu entry.
clickContentMenuEditSubMenuEntry(String) - Method in class org.xwiki.test.ui.po.editor.EditPage
Perform a click on a "content menu" sub-menu entry.
clickContentMenuTopEntry(String) - Method in class org.xwiki.test.ui.po.BasePage
Perform a click on a "content menu" top entry.
clickCopyButton() - Method in class org.xwiki.test.ui.po.CopyPage
Submit the copy page form.
clickCreate() - Method in class org.xwiki.test.ui.po.CreatePagePage
 
clickEditThisPageToCreate() - Method in class org.xwiki.test.ui.po.DocumentDoesNotExistPage
This function cannot return
clickGuestRight(EditRightsPane.Right) - Method in class org.xwiki.test.ui.po.EditRightsPane
 
clickHideProgress() - Method in class org.xwiki.test.ui.po.AttachmentsPane
 
clickNo() - Method in class org.xwiki.test.ui.po.ConfirmationBox
Click on the No button.
clickNo() - Method in class org.xwiki.test.ui.po.ConfirmationPage
Clicks on the No button to cancel the current action.
clickOk() - Method in class org.xwiki.test.ui.po.ConfirmationModal
 
clickPreview() - Method in class org.xwiki.test.ui.po.CommentForm
Clicks on the preview button and waits for the preview to be ready.
clickPreview() - Method in class org.xwiki.test.ui.po.editor.PreviewableEditPage
Clicks on the preview button.
clickPreview() - Method in class org.xwiki.test.ui.po.InlinePage
 
clickRegister() - Method in class org.xwiki.test.ui.po.AbstractRegistrationPage
 
clickRegister() - Method in class org.xwiki.test.ui.po.RegistrationPage
 
clickRight(String, EditRightsPane.Right) - Method in class org.xwiki.test.ui.po.EditRightsPane
Click once on a right button, waiting for the next state to appear.
clickSaveAndContinue() - Method in class org.xwiki.test.ui.po.editor.ClassEditPage
 
clickSaveAndContinue() - Method in class org.xwiki.test.ui.po.editor.EditPage
 
clickSaveAndContinue() - Method in class org.xwiki.test.ui.po.InlinePage
 
clickSaveAndView() - Method in class org.xwiki.test.ui.po.editor.ClassEditPage
 
clickSaveAndView() - Method in class org.xwiki.test.ui.po.editor.EditPage
 
clickSaveAndView() - Method in class org.xwiki.test.ui.po.InlinePage
 
clickSubmit() - Method in class org.xwiki.test.ui.po.CommentForm
Clicks on the submit button and waits for the operation to take place.
clickSubmit(boolean) - Method in class org.xwiki.test.ui.po.CommentForm
Clicks on the submit button and optionally waits for the operation to take place.
clickWantedLink(String, String, boolean) - Method in class org.xwiki.test.ui.po.ViewPage
Clicks on a wanted link in the page.
clickYes() - Method in class org.xwiki.test.ui.po.ConfirmationBox
Click on the Yes button.
clickYes() - Method in class org.xwiki.test.ui.po.ConfirmationPage
Clicks on the Yes button to confirm the current action.
CommentForm - Class in org.xwiki.test.ui.po
Represents the form used to add, edit or reply to a comment.
CommentForm(By) - Constructor for class org.xwiki.test.ui.po.CommentForm
Creates a new form instance.
CommentsTab - Class in org.xwiki.test.ui.po
Page Object for Comments Tab.
CommentsTab() - Constructor for class org.xwiki.test.ui.po.CommentsTab
 
compare(String, String) - Method in class org.xwiki.test.ui.po.HistoryPane
Selects the specified document versions and clicks the button to compare them.
ComparePage - Class in org.xwiki.test.ui.po
The page that shows the differences between two versions of a document.
ComparePage() - Constructor for class org.xwiki.test.ui.po.ComparePage
 
ConfirmationBox - Class in org.xwiki.test.ui.po
Represents a confirmation modal box.
ConfirmationBox() - Constructor for class org.xwiki.test.ui.po.ConfirmationBox
 
ConfirmationModal - Class in org.xwiki.test.ui.po
 
ConfirmationModal() - Constructor for class org.xwiki.test.ui.po.ConfirmationModal
 
ConfirmationPage - Class in org.xwiki.test.ui.po
Represents a confirmation page that allows the user cancel or confirm the current action (e.g.
ConfirmationPage() - Constructor for class org.xwiki.test.ui.po.ConfirmationPage
 
context - Static variable in class org.xwiki.test.ui.AbstractTest
 
copy() - Method in class org.xwiki.test.ui.po.BasePage
 
CopyConfirmationPage - Class in org.xwiki.test.ui.po
Represents the common actions possible after a Page has been copied.
CopyConfirmationPage() - Constructor for class org.xwiki.test.ui.po.CopyConfirmationPage
 
CopyPage - Class in org.xwiki.test.ui.po
Represents the common actions possible on the Copy Page page.
CopyPage() - Constructor for class org.xwiki.test.ui.po.CopyPage
 
createInlinePage() - Method in class org.xwiki.test.ui.po.BasePage
Can be overridden to return extended InlinePage.
createPage() - Method in class org.xwiki.test.ui.po.BasePage
 
createPage(String, String) - Method in class org.xwiki.test.ui.po.CreatePagePage
 
createPage(String, String, String, String) - Method in class org.xwiki.test.ui.TestUtils
 
createPage(String, String, String, String, String) - Method in class org.xwiki.test.ui.TestUtils
 
createPage(String, String, String, String, String, String) - Method in class org.xwiki.test.ui.TestUtils
 
createPageFromTemplate(String, String, String) - Method in class org.xwiki.test.ui.po.CreatePagePage
 
CreatePagePage - Class in org.xwiki.test.ui.po
Represents the actions possible on the Create Page template page.
CreatePagePage() - Constructor for class org.xwiki.test.ui.po.CreatePagePage
 
createPageWithAttachment(String, String, String, String, String, String, String, InputStream) - Method in class org.xwiki.test.ui.TestUtils
 
createPageWithAttachment(String, String, String, String, String, String, String, InputStream, UsernamePasswordCredentials) - Method in class org.xwiki.test.ui.TestUtils
 
createPageWithAttachment(String, String, String, String, String, InputStream) - Method in class org.xwiki.test.ui.TestUtils
 
createPageWithAttachment(String, String, String, String, String, InputStream, UsernamePasswordCredentials) - Method in class org.xwiki.test.ui.TestUtils
 
createSpace() - Method in class org.xwiki.test.ui.po.BasePage
 
createSpace(String) - Method in class org.xwiki.test.ui.po.CreateSpacePage
 
CreateSpacePage - Class in org.xwiki.test.ui.po
Represents the actions possible on the Create Space template page.
CreateSpacePage() - Constructor for class org.xwiki.test.ui.po.CreateSpacePage
 
createUser(String, String, Object...) - Method in class org.xwiki.test.ui.TestUtils
 
createViewPage() - Method in class org.xwiki.test.ui.po.InlinePage
Can be overridden to return extended ViewPage.
createWebDriver(String) - Method in class org.xwiki.test.ui.WebDriverFactory
 

D

DatabaseListClassEditElement - Class in org.xwiki.test.ui.po.editor
Represents a DatabaseListClass property form.
DatabaseListClassEditElement(FormElement, String) - Constructor for class org.xwiki.test.ui.po.editor.DatabaseListClassEditElement
 
DatePicker - Class in org.xwiki.test.ui.po.editor
Represents the actions possible on the date picker.
DatePicker() - Constructor for class org.xwiki.test.ui.po.editor.DatePicker
 
DEFAULT_PORT - Static variable in class org.xwiki.test.integration.XWikiExecutor
 
DEFAULT_RMIPORT - Static variable in class org.xwiki.test.integration.XWikiExecutor
 
DEFAULT_STOPPORT - Static variable in class org.xwiki.test.integration.XWikiExecutor
 
delete() - Method in class org.xwiki.test.ui.po.BasePage
 
delete() - Method in class org.xwiki.test.ui.po.editor.UserPicker.UserElement
Remove this user from the current selection.
deleteAllAttachments() - Method in class org.xwiki.test.ui.po.AttachmentsPane
Deletes ALL the attached files
deleteAttachmentByFileByName(String) - Method in class org.xwiki.test.ui.po.AttachmentsPane
Deletes the corresponding file name.
deleteCommentByID(int) - Method in class org.xwiki.test.ui.po.CommentsTab
 
deleteFirstAttachment() - Method in class org.xwiki.test.ui.po.AttachmentsPane
Deletes the first attachment.
deleteObject(String, int) - Method in class org.xwiki.test.ui.po.editor.ObjectEditPage
 
deleteObject(By) - Method in class org.xwiki.test.ui.po.editor.ObjectEditPage
 
deleteObject(String, String, String, int) - Method in class org.xwiki.test.ui.TestUtils
 
deletePage(String, String) - Method in class org.xwiki.test.ui.TestUtils
 
DeletePageOutcomePage - Class in org.xwiki.test.ui.po
Represents the common actions possible after a page has been deleted.
DeletePageOutcomePage() - Constructor for class org.xwiki.test.ui.po.DeletePageOutcomePage
 
deleteProperty(String) - Method in class org.xwiki.test.ui.po.editor.ClassEditPage
 
deleteSpace(String) - Method in class org.xwiki.test.ui.TestUtils
Accesses the URL to delete the specified space.
deleteVersion(String) - Method in class org.xwiki.test.ui.po.HistoryPane
 
DocumentDoesNotExistPage - Class in org.xwiki.test.ui.po
Page to handle the "Document does not exist" page.
DocumentDoesNotExistPage() - Constructor for class org.xwiki.test.ui.po.DocumentDoesNotExistPage
 

E

edit() - Method in class org.xwiki.test.ui.po.BasePage
Performs a click on the "edit" entry of the content menu.
editClass() - Method in class org.xwiki.test.ui.po.BasePage
Performs a click on the "edit class" entry of the content menu.
editClass(String, String) - Method in class org.xwiki.test.ui.TestUtils
 
editCommentByID(int) - Method in class org.xwiki.test.ui.po.CommentsTab
Clicks on the edit icon near the specified comment.
editCommentByID(int, String) - Method in class org.xwiki.test.ui.po.CommentsTab
 
editInline() - Method in class org.xwiki.test.ui.po.BasePage
Performs a click on the "edit inline" entry of the content menu.
editObjects() - Method in class org.xwiki.test.ui.po.BasePage
Performs a click on the "edit objects" entry of the content menu.
editObjects(String, String) - Method in class org.xwiki.test.ui.TestUtils
 
EditorElement - Class in org.xwiki.test.ui.po.editor.wysiwyg
Models a WYSIWYG editor instance.
EditorElement(String) - Constructor for class org.xwiki.test.ui.po.editor.wysiwyg.EditorElement
Creates a new instance that can be used to control the WYSIWYG editor that replaced the specified form field.
EditPage - Class in org.xwiki.test.ui.po.editor
Represents the common actions possible on all Pages when using the "edit" action.
EditPage() - Constructor for class org.xwiki.test.ui.po.editor.EditPage
 
EditPage.Editor - Enum in org.xwiki.test.ui.po.editor
Enumerates the available editors.
editRights() - Method in class org.xwiki.test.ui.po.BasePage
Performs a click on the "edit acces rights" entry of the content menu.
EditRightsPane - Class in org.xwiki.test.ui.po
Class that holds the types of Rights and the types of States of a check-box
EditRightsPane() - Constructor for class org.xwiki.test.ui.po.EditRightsPane
 
EditRightsPane.Right - Enum in org.xwiki.test.ui.po
The known access rights.
EditRightsPane.State - Enum in org.xwiki.test.ui.po
The possible states of an access right box.
editSection(int) - Method in class org.xwiki.test.ui.po.ViewPage
 
editWiki() - Method in class org.xwiki.test.ui.po.BasePage
Performs a click on the "edit wiki" entry of the content menu.
editWYSIWYG() - Method in class org.xwiki.test.ui.po.BasePage
Performs a click on the "edit wysiwyg" entry of the content menu.
EntityTreeElement - Class in org.xwiki.test.ui.po
Represents the actions possible on the XWiki Explorer Tree.
EntityTreeElement() - Constructor for class org.xwiki.test.ui.po.EntityTreeElement
 
escapeURL(String) - Method in class org.xwiki.test.ui.TestUtils
Encodes a given string so that it may be used as a URL component.
executeGet(String, int) - Method in class org.xwiki.test.ui.TestUtils
 
executeJavascript(String, Object...) - Method in class org.xwiki.test.ui.po.BaseElement
 
executePut(String, InputStream, String, int...) - Method in class org.xwiki.test.ui.TestUtils
 
executeScript(String, Object...) - Method in class org.xwiki.test.ui.po.editor.wysiwyg.RichTextAreaElement
Executes the given script in the context of the rich text area.
exists() - Method in class org.xwiki.test.ui.po.ViewPage
 
expand() - Method in class org.xwiki.test.ui.po.editor.ClassPropertyEditPane
Expands this property pane so that the meta-properties are visible and thus editable.

F

failed(Throwable, Description) - Method in class org.xwiki.test.ui.TestDebugger
 
fillFieldsByElements(Map<WebElement, String>) - Method in class org.xwiki.test.ui.po.FormElement
 
fillFieldsByName(Map<String, String>) - Method in class org.xwiki.test.ui.po.FormElement
 
fillInJohnSmithValues() - Method in class org.xwiki.test.ui.po.AbstractRegistrationPage
 
fillRegisterForm(String, String, String, String, String, String) - Method in class org.xwiki.test.ui.po.AbstractRegistrationPage
 
filterColumn(String, String) - Method in class org.xwiki.test.ui.po.LiveTableElement
 
findElementsWithoutWaiting(WebDriver, By) - Method in class org.xwiki.test.ui.TestUtils
 
findElementsWithoutWaiting(WebDriver, WebElement, By) - Method in class org.xwiki.test.ui.TestUtils
 
findElementWithoutWaiting(WebDriver, By) - Method in class org.xwiki.test.ui.TestUtils
 
findElementWithoutWaiting(WebDriver, WebElement, By) - Method in class org.xwiki.test.ui.TestUtils
 
forceGuestUser() - Method in class org.xwiki.test.ui.TestUtils
Forces the current user to be the Guest user by clearing all coookies.
FormElement - Class in org.xwiki.test.ui.po
Represents a Form.
FormElement(WebElement) - Constructor for class org.xwiki.test.ui.po.FormElement
 
FormElement.SelectElement - Class in org.xwiki.test.ui.po
 
FormElement.SelectElement(WebElement) - Constructor for class org.xwiki.test.ui.po.FormElement.SelectElement
 

G

getAcceptedSuggestions() - Method in class org.xwiki.test.ui.po.editor.UserPicker
 
getAddCommentForm() - Method in class org.xwiki.test.ui.po.CommentsTab
 
getAlias() - Method in class org.xwiki.test.ui.po.editor.UserPicker.UserElement
 
getAttachmentChanges() - Method in class org.xwiki.test.ui.po.ChangesPane
 
getAttachmentLink(String) - Method in class org.xwiki.test.ui.po.AttachmentsPane
 
getAttachmentURL(String, String, String, String, String) - Method in class org.xwiki.test.ui.TestUtils
 
getAttachmentURL(String, String, String, String) - Method in class org.xwiki.test.ui.TestUtils
 
getAttachmentURL(String, String, String) - Method in class org.xwiki.test.ui.TestUtils
 
getAvailableTemplates() - Method in class org.xwiki.test.ui.po.CreatePagePage
 
getAvailableTemplateSize() - Method in class org.xwiki.test.ui.po.CreatePagePage
 
getAvatar() - Method in class org.xwiki.test.ui.po.editor.UserPicker.UserElement
 
getBreadcrumbContent() - Method in class org.xwiki.test.ui.po.ViewPage
 
getChangeComment() - Method in class org.xwiki.test.ui.po.ChangesPane
 
getChangedMetaData() - Method in class org.xwiki.test.ui.po.ChangesPane
 
getChangesPane() - Method in class org.xwiki.test.ui.po.ComparePage
 
getChildren() - Method in class org.xwiki.test.integration.XWikiExecutorSuite
 
getClassChanges() - Method in class org.xwiki.test.ui.po.ChangesPane
 
getClearSelectionLink() - Method in class org.xwiki.test.ui.po.editor.UserPicker
 
getColumn(String) - Method in class org.xwiki.test.ui.po.TableElement
 
getColumn(int) - Method in class org.xwiki.test.ui.po.TableElement
 
getColumnIndex(String) - Method in class org.xwiki.test.ui.po.LiveTableElement
 
getColumnNumber(String) - Method in class org.xwiki.test.ui.po.TableElement
 
getCommentAuthorByID(int) - Method in class org.xwiki.test.ui.po.CommentsTab
 
getCommentChanges(int, String) - Method in class org.xwiki.test.ui.po.ChangesPane
 
getCommentChangeSummaries() - Method in class org.xwiki.test.ui.po.ChangesPane
 
getCommentContentByID(int) - Method in class org.xwiki.test.ui.po.CommentsTab
 
getCommentID(String) - Method in class org.xwiki.test.ui.po.CommentsTab
 
getContainer() - Method in class org.xwiki.test.ui.po.editor.wysiwyg.EditorElement
 
getContent() - Method in class org.xwiki.test.ui.po.editor.WikiEditPage
Get the content of the page.
getContent() - Method in class org.xwiki.test.ui.po.editor.wysiwyg.RichTextAreaElement
 
getContent() - Method in class org.xwiki.test.ui.po.editor.WYSIWYGEditPage
Get the content of the page.
getContent() - Method in class org.xwiki.test.ui.po.InlinePage
 
getContent() - Method in class org.xwiki.test.ui.po.ViewPage
 
getContentChanges() - Method in class org.xwiki.test.ui.po.ChangesPane
 
getContentField() - Method in class org.xwiki.test.ui.po.CommentForm
 
getCurrentAuthor() - Method in class org.xwiki.test.ui.po.CommentsTab
 
getCurrentAuthor() - Method in class org.xwiki.test.ui.po.HistoryPane
 
getCurrentUser() - Method in class org.xwiki.test.ui.po.BasePage
 
getCurrentVersion() - Method in class org.xwiki.test.ui.po.HistoryPane
 
getCurrentVersionComment() - Method in class org.xwiki.test.ui.po.HistoryPane
 
getDatabaseListClassEditElement(String) - Method in class org.xwiki.test.ui.po.editor.ClassEditPage
 
getDateOfLastUpload(String) - Method in class org.xwiki.test.ui.po.AttachmentsPane
 
getDay() - Method in class org.xwiki.test.ui.po.editor.DatePicker
 
getDocumentTitle() - Method in class org.xwiki.test.ui.po.BasePage
 
getDocumentTitle() - Method in class org.xwiki.test.ui.po.editor.WYSIWYGEditPage
 
getDriver() - Static method in class org.xwiki.test.ui.AbstractTest
 
getDriver() - Method in class org.xwiki.test.ui.PersistentTestContext
 
getDriver() - Method in class org.xwiki.test.ui.po.BaseElement
 
getDriver() - Method in class org.xwiki.test.ui.TestUtils
 
getEditor() - Method in class org.xwiki.test.ui.po.editor.EditPage
 
getEditURL() - Method in class org.xwiki.test.ui.po.BasePage
Gets a string representation of the URL for editing the page.
getExecutionDirectory() - Method in class org.xwiki.test.integration.XWikiExecutor
 
getExecutors() - Method in class org.xwiki.test.integration.XWikiExecutorSuite
 
getFieldValue(By) - Method in class org.xwiki.test.ui.po.FormElement
 
getFilterValue(String) - Method in class org.xwiki.test.ui.po.LiveTableElement
 
getForm() - Method in class org.xwiki.test.ui.po.FormElement
 
getForm() - Method in class org.xwiki.test.ui.po.InlinePage
 
getFromVersionSummary() - Method in class org.xwiki.test.ui.po.ChangesPane
 
getGuestRight(EditRightsPane.Right) - Method in class org.xwiki.test.ui.po.EditRightsPane
 
getHour() - Method in class org.xwiki.test.ui.po.editor.DatePicker
 
getInfoMessage() - Method in class org.xwiki.test.ui.po.CopyConfirmationPage
 
getLatestVersionOfAttachment(String) - Method in class org.xwiki.test.ui.po.AttachmentsPane
 
getLoggedInUserName() - Method in class org.xwiki.test.ui.TestUtils
 
getMavenVersion() - Method in class org.xwiki.test.ui.TestUtils
 
getMessage() - Method in class org.xwiki.test.ui.po.DeletePageOutcomePage
 
getMetaDataChanges(String) - Method in class org.xwiki.test.ui.po.ChangesPane
 
getMetaDataValue(String) - Method in class org.xwiki.test.ui.po.BasePage
 
getMinute() - Method in class org.xwiki.test.ui.po.editor.DatePicker
 
getMonth() - Method in class org.xwiki.test.ui.po.editor.DatePicker
 
getName() - Method in class org.xwiki.test.ui.po.editor.UserPicker.UserElement
 
getNumberClassEditElement(String) - Method in class org.xwiki.test.ui.po.editor.ClassEditPage
 
getNumberOfAttachments() - Method in class org.xwiki.test.ui.po.AttachmentsPane
 
getObjectChanges(String, int, String) - Method in class org.xwiki.test.ui.po.ChangesPane
 
getObjectChangeSummaries() - Method in class org.xwiki.test.ui.po.ChangesPane
 
getObjectsOfClass(String) - Method in class org.xwiki.test.ui.po.editor.ObjectEditPage
className will look something like "XWiki.XWikiRights"
getOptions() - Method in class org.xwiki.test.ui.po.FormElement.SelectElement
 
getPage() - Method in class org.xwiki.test.ui.po.CreatePagePage
 
getPageDeleter() - Method in class org.xwiki.test.ui.po.DeletePageOutcomePage
 
getPageMenuLink() - Method in class org.xwiki.test.ui.po.BasePage
 
getPageTitle() - Method in class org.xwiki.test.ui.po.BasePage
 
getPageURL() - Method in class org.xwiki.test.ui.po.BasePage
 
getParent() - Method in class org.xwiki.test.ui.po.editor.WikiEditPage
 
getParent() - Method in class org.xwiki.test.ui.po.editor.WYSIWYGEditPage
 
getPort() - Method in class org.xwiki.test.integration.XWikiExecutor
 
getPrettyName() - Method in enum org.xwiki.test.ui.po.editor.EditPage.Editor
 
getProperties() - Method in class org.xwiki.test.ui.PersistentTestContext
 
getPropertyEditPane(String) - Method in class org.xwiki.test.ui.po.editor.ClassEditPage
Use this method if you need to set generic meta-properties (common to all XClass property types).
getQuestion() - Method in class org.xwiki.test.ui.po.ConfirmationBox
 
getRESTBuffer(String, Map<String, Object[]>, Object...) - Method in class org.xwiki.test.ui.TestUtils
 
getRESTInputStream(String, Map<String, Object[]>, Object...) - Method in class org.xwiki.test.ui.TestUtils
 
getRESTResource(String, Map<String, Object[]>, Object...) - Method in class org.xwiki.test.ui.TestUtils
 
getRichTextArea() - Method in class org.xwiki.test.ui.po.editor.wysiwyg.EditorElement
 
getRight(String, EditRightsPane.Right) - Method in class org.xwiki.test.ui.po.EditRightsPane
 
getRightsTable() - Method in class org.xwiki.test.ui.po.EditRightsPane
 
getRMIPort() - Method in class org.xwiki.test.integration.XWikiExecutor
 
getRow(String) - Method in class org.xwiki.test.ui.po.TableElement
 
getRow(int) - Method in class org.xwiki.test.ui.po.TableElement
 
getRowCount() - Method in class org.xwiki.test.ui.po.LiveTableElement
 
getRowNumber(String) - Method in class org.xwiki.test.ui.po.TableElement
 
getSecretToken() - Method in class org.xwiki.test.ui.TestUtils
Get the secret token used for CSRF protection.
getSelectElement(By) - Method in class org.xwiki.test.ui.po.FormElement
 
getSession() - Method in class org.xwiki.test.ui.TestUtils
 
getSizeOfAttachment(String) - Method in class org.xwiki.test.ui.po.AttachmentsPane
 
getSpace() - Method in class org.xwiki.test.ui.po.CreatePagePage
 
getStaticListClassEditElement(String) - Method in class org.xwiki.test.ui.po.editor.ClassEditPage
 
getStopPort() - Method in class org.xwiki.test.integration.XWikiExecutor
 
getSuggestions() - Method in class org.xwiki.test.ui.po.editor.UserPicker
 
getSyntaxId() - Method in class org.xwiki.test.ui.po.editor.EditPage
 
getTestClassName() - Method in class org.xwiki.test.ui.AbstractTest
 
getTestMethodName() - Method in class org.xwiki.test.ui.AbstractTest
 
getText() - Method in class org.xwiki.test.ui.po.editor.UserPicker.UserElement
 
getText() - Method in class org.xwiki.test.ui.po.editor.wysiwyg.RichTextAreaElement
 
getTimeout() - Method in class org.xwiki.test.ui.TestUtils
 
getTitle() - Method in class org.xwiki.test.ui.po.editor.WikiEditPage
Get the title of the page.
getToVersionSummary() - Method in class org.xwiki.test.ui.po.ChangesPane
 
getUnstoppable() - Method in class org.xwiki.test.ui.PersistentTestContext
Get a clone of this context which cannot be stopped by calling shutdown.
getUploaderOfAttachment(String) - Method in class org.xwiki.test.ui.po.AttachmentsPane
 
getURL(String, String) - Method in class org.xwiki.test.ui.po.editor.ObjectEditPage
 
getURL(String, String) - Method in class org.xwiki.test.ui.po.EditRightsPane
 
getURL(String, String) - Method in class org.xwiki.test.ui.TestUtils
Get the URL to view a page.
getURL(String, String, String) - Method in class org.xwiki.test.ui.TestUtils
Get the URL of an action on a page.
getURL(String, String, String, String) - Method in class org.xwiki.test.ui.TestUtils
Get the URL of an action on a page with a specified query string.
getURL(String, String, String, Map<String, ?>) - Method in class org.xwiki.test.ui.TestUtils
Get the URL of an action on a page with specified parameters.
getURLToDeletePage(String, String) - Method in class org.xwiki.test.ui.TestUtils
 
getURLToDeleteSpace(String) - Method in class org.xwiki.test.ui.TestUtils
 
getURLToLoginAndGotoPage(String, String, String) - Method in class org.xwiki.test.ui.TestUtils
 
getURLToLoginAs(String, String) - Method in class org.xwiki.test.ui.TestUtils
 
getURLToLoginAsAdmin() - Method in class org.xwiki.test.ui.TestUtils
 
getURLToLoginAsAdminAndGotoPage(String) - Method in class org.xwiki.test.ui.TestUtils
 
getURLToLoginAsSuperAdmin() - Method in class org.xwiki.test.ui.TestUtils
 
getURLToLoginAsSuperAdminAndGotoPage(String) - Method in class org.xwiki.test.ui.TestUtils
 
getURLToLogout() - Method in class org.xwiki.test.ui.TestUtils
Consider using setSession(null) because it will drop the cookies which is faster than invoking a logout action.
getURLToNonExistentPage() - Method in class org.xwiki.test.ui.TestUtils
 
getUserPicker(String) - Method in class org.xwiki.test.ui.po.editor.ObjectEditPane
 
getUtil() - Static method in class org.xwiki.test.ui.AbstractTest
 
getUtil() - Method in class org.xwiki.test.ui.PersistentTestContext
 
getUtil() - Static method in class org.xwiki.test.ui.po.BaseElement
 
getValidationFailureMessages() - Method in class org.xwiki.test.ui.po.AbstractRegistrationPage
 
getValue() - Method in class org.xwiki.test.ui.po.editor.UserPicker
 
getVersion() - Method in class org.xwiki.test.ui.TestUtils
 
getWebInfDirectory() - Method in class org.xwiki.test.integration.XWikiExecutor
 
getXWikiCfgPath() - Method in class org.xwiki.test.integration.XWikiExecutor
 
getXWikiExecutor() - Method in class org.xwiki.test.integration.XWikiTestSetup
Deprecated.  
getXWikiExecutor(int) - Method in class org.xwiki.test.integration.XWikiTestSetup
Deprecated.  
getXWikiPropertiesPath() - Method in class org.xwiki.test.integration.XWikiExecutor
 
getYear() - Method in class org.xwiki.test.ui.po.editor.DatePicker
 
goToNewPage() - Method in class org.xwiki.test.ui.po.CopyConfirmationPage
 
gotoOriginalPage() - Method in class org.xwiki.test.ui.po.CopyConfirmationPage
 
gotoPage() - Static method in class org.xwiki.test.ui.po.CreatePagePage
 
gotoPage(String, String) - Static method in class org.xwiki.test.ui.po.editor.ClassEditPage
Go to the passed page in object edit mode.
gotoPage(String, String) - Static method in class org.xwiki.test.ui.po.editor.ObjectEditPage
Go to the passed page in object edit mode.
gotoPage(String, String) - Static method in class org.xwiki.test.ui.po.editor.RightsEditPage
 
gotoPage(String, String) - Static method in class org.xwiki.test.ui.po.editor.WikiEditPage
Go to the passed page in wiki edit mode.
gotoPage(String, String) - Static method in class org.xwiki.test.ui.po.editor.WYSIWYGEditPage
Go to the passed page in WYSIWYG edit mode.
gotoPage() - Static method in class org.xwiki.test.ui.po.LoginPage
 
gotoPage() - Static method in class org.xwiki.test.ui.po.RegistrationPage
To put the registration page someplace else, subclass this class and change this method.
gotoPage(String, String) - Method in class org.xwiki.test.ui.TestUtils
 
gotoPage(String, String, String) - Method in class org.xwiki.test.ui.TestUtils
 
gotoPage(String, String, String, Object...) - Method in class org.xwiki.test.ui.TestUtils
 
gotoPage(String, String, String, Map<String, ?>) - Method in class org.xwiki.test.ui.TestUtils
 
gotoPage(String, String, String, String) - Method in class org.xwiki.test.ui.TestUtils
 

H

hasAttachment(String, String, String) - Method in class org.xwiki.test.ui.po.EntityTreeElement
 
hasBreadcrumbContent(String, boolean) - Method in class org.xwiki.test.ui.po.ViewPage
 
hasColumn(String) - Method in class org.xwiki.test.ui.po.LiveTableElement
 
hasEditButtonForCommentByID(int) - Method in class org.xwiki.test.ui.po.CommentsTab
 
hasElement(By) - Method in class org.xwiki.test.ui.TestUtils
Should be used when the result is supposed to be true (otherwise you'll incur the timeout).
hasElement(WebElement, By) - Method in class org.xwiki.test.ui.TestUtils
Should be used when the result is supposed to be true (otherwise you'll incur the timeout).
hasError() - Method in class org.xwiki.test.ui.po.CreateSpacePage
 
hasHourSelector() - Method in class org.xwiki.test.ui.po.editor.DatePicker
 
hasInvalidCredentialsErrorMessage() - Method in class org.xwiki.test.ui.po.LoginPage
 
hasLoginLink() - Method in class org.xwiki.test.ui.po.BasePage
 
hasNoChanges() - Method in class org.xwiki.test.ui.po.ChangesPane
 
hasPage(String, String) - Method in class org.xwiki.test.ui.po.EntityTreeElement
 
hasPage(String, String, String) - Method in class org.xwiki.test.ui.po.EntityTreeElement
 
hasRow(String, String) - Method in class org.xwiki.test.ui.po.LiveTableElement
Checks if there is a row that has the given value for the specified column.
hasSpace(String) - Method in class org.xwiki.test.ui.po.EntityTreeElement
 
hasVersionWithSummary(String) - Method in class org.xwiki.test.ui.po.HistoryPane
 
HistoryPane - Class in org.xwiki.test.ui.po
Represents the actions possible on the History Pane at the bottom of a page.
HistoryPane() - Constructor for class org.xwiki.test.ui.po.HistoryPane
 

I

IgnoreBrowser - Annotation Type in org.xwiki.test.ui.browser
Annotation to exclude running a test for a given list of browsers.
IgnoreBrowsers - Annotation Type in org.xwiki.test.ui.browser
Annotation to exclude running a test for a given list of browsers.
importXar(File) - Method in class org.xwiki.test.ui.TestUtils
 
init() - Static method in class org.xwiki.test.ui.AbstractTest
 
InlinePage - Class in org.xwiki.test.ui.po
Represents the common actions possible on all Pages when using the "inline" action.
InlinePage() - Constructor for class org.xwiki.test.ui.po.InlinePage
 
isAuthenticated() - Method in class org.xwiki.test.ui.po.BasePage
 
isCommentFormShown() - Method in class org.xwiki.test.ui.po.CommentsTab
 
isEmpty() - Method in class org.xwiki.test.ui.po.TableElement
 
isInClassEditMode() - Method in class org.xwiki.test.ui.TestUtils
 
isInCreateMode() - Method in class org.xwiki.test.ui.TestUtils
 
isInDeleteMode() - Method in class org.xwiki.test.ui.TestUtils
 
isInInlineEditMode() - Method in class org.xwiki.test.ui.TestUtils
 
isInlinePage() - Method in class org.xwiki.test.ui.po.ViewPage
 
isInObjectEditMode() - Method in class org.xwiki.test.ui.TestUtils
 
isInRenameMode() - Method in class org.xwiki.test.ui.TestUtils
 
isInRightsEditMode() - Method in class org.xwiki.test.ui.TestUtils
 
isInViewMode() - Method in class org.xwiki.test.ui.TestUtils
 
isInWikiEditMode() - Method in class org.xwiki.test.ui.TestUtils
 
isInWYSIWYGEditMode() - Method in class org.xwiki.test.ui.TestUtils
 
isLiveValidationEnabled() - Method in class org.xwiki.test.ui.po.AbstractRegistrationPage
 
isNewDocument() - Method in class org.xwiki.test.ui.po.BasePage
Determine if the current page is a new document.
isOnResubmissionPage() - Method in class org.xwiki.test.ui.po.ResubmissionPage
 
isPropertyDeprecated(String, String) - Method in class org.xwiki.test.ui.po.editor.ObjectEditPage
 
isReady() - Method in class org.xwiki.test.ui.po.LiveTableElement
 
isXWikiStarted(String, int) - Method in class org.xwiki.test.integration.XWikiExecutor
 

L

LiveTableElement - Class in org.xwiki.test.ui.po
Represents the actions possible on a livetable.
LiveTableElement(String) - Constructor for class org.xwiki.test.ui.po.LiveTableElement
 
loadXWikiCfg() - Method in class org.xwiki.test.integration.XWikiExecutor
 
loadXWikiProperties() - Method in class org.xwiki.test.integration.XWikiExecutor
 
loadXWikiPropertiesConfiguration() - Method in class org.xwiki.test.integration.XWikiExecutor
 
LOGGER - Static variable in class org.xwiki.test.integration.XWikiExecutor
 
login() - Method in class org.xwiki.test.ui.po.BasePage
 
loginAdminUser() - Static method in class org.xwiki.test.ui.AbstractAdminAuthenticatedTest
 
loginAs(String, String, boolean) - Method in class org.xwiki.test.ui.po.LoginPage
 
loginAs(String, String) - Method in class org.xwiki.test.ui.po.LoginPage
 
loginAsAdmin() - Method in class org.xwiki.test.ui.po.LoginPage
 
LoginPage - Class in org.xwiki.test.ui.po
Represents the actions possible on the Login page.
LoginPage() - Constructor for class org.xwiki.test.ui.po.LoginPage
 
loginStandardUser() - Static method in class org.xwiki.test.ui.AbstractStandardUserAuthenticatedTest
 
logout() - Method in class org.xwiki.test.ui.po.BasePage
 
lookupEntity(String) - Method in class org.xwiki.test.ui.po.EntityTreeElement
Types the given text in the input box below the tree.

M

makeAlertDialogSilent() - Method in class org.xwiki.test.ui.po.BaseElement
 
makeConfirmDialogSilent(boolean) - Method in class org.xwiki.test.ui.po.BaseElement
There is no easy support for alert/confirm window methods yet, see - http://code.google.com/p/selenium/issues/detail?id=27 - http://www.google.com/codesearch/p?hl=en#2tHw6m3DZzo/branches /merge/common/test/java/org/openqa/selenium/AlertsTest.java The aim is : Alert alert = this.getDriver().switchTo().alert(); alert.accept(); Until then, the following hack does override the confirm method in Javascript to return the given value.
makeElementVisible(By) - Method in class org.xwiki.test.ui.po.BaseElement
Shows hidden elements, as if they would be shown on hover.
makeElementVisible(WebElement) - Method in class org.xwiki.test.ui.po.BaseElement
 
moveBefore(UserPicker.UserElement) - Method in class org.xwiki.test.ui.po.editor.UserPicker.UserElement
Moves this user before the given user using drag and drop.
moveMouseOver() - Method in class org.xwiki.test.ui.po.editor.UserPicker
Moves the mouse over the text input.
moveMouseOver() - Method in class org.xwiki.test.ui.po.editor.UserPicker.UserElement
Moves the mouse over this element.

N

NumberClassEditElement - Class in org.xwiki.test.ui.po.editor
Represents a NumberClass property form.
NumberClassEditElement(FormElement, String) - Constructor for class org.xwiki.test.ui.po.editor.NumberClassEditElement
 
numberOfColumns() - Method in class org.xwiki.test.ui.po.TableElement
 
numberOfRows() - Method in class org.xwiki.test.ui.po.TableElement
 

O

ObjectEditPage - Class in org.xwiki.test.ui.po.editor
Represents the common actions possible on all Pages when using the "edit" action with the "object" editor.
ObjectEditPage() - Constructor for class org.xwiki.test.ui.po.editor.ObjectEditPage
 
ObjectEditPane - Class in org.xwiki.test.ui.po.editor
Represents a group of form fields that are used to edit an object of a specific type.
ObjectEditPane(WebElement, String, int) - Constructor for class org.xwiki.test.ui.po.editor.ObjectEditPane
Creates a new edit pane for an object of the specified type.
openAttachmentsDocExtraPane() - Method in class org.xwiki.test.ui.po.ViewPage
 
openCommentsDocExtraPane() - Method in class org.xwiki.test.ui.po.ViewPage
Opens the comments tab.
openDatePicker(String) - Method in class org.xwiki.test.ui.po.editor.ObjectEditPane
Opens the date picker for the specified date property of the edited object.
openHistoryDocExtraPane() - Method in class org.xwiki.test.ui.po.ViewPage
 
org.xwiki.test.integration - package org.xwiki.test.integration
 
org.xwiki.test.ui - package org.xwiki.test.ui
 
org.xwiki.test.ui.browser - package org.xwiki.test.ui.browser
 
org.xwiki.test.ui.po - package org.xwiki.test.ui.po
 
org.xwiki.test.ui.po.editor - package org.xwiki.test.ui.po.editor
 
org.xwiki.test.ui.po.editor.wysiwyg - package org.xwiki.test.ui.po.editor.wysiwyg
 

P

pageExists(String, String) - Method in class org.xwiki.test.ui.TestUtils
 
PageObjectSuite - Class in org.xwiki.test.ui
Extends XWikiExecutorSuite and initialize the PersistentTestContext.
PageObjectSuite(Class<?>, RunnerBuilder) - Constructor for class org.xwiki.test.ui.PageObjectSuite
 
PageObjectSuite.PostStart - Annotation Type in org.xwiki.test.ui
 
PATTERN - Static variable in class org.xwiki.test.integration.XWikiExecutorSuite
 
PersistentTestContext - Class in org.xwiki.test.ui
This is a container for holding all of the information which should persist throughout all of the tests.
PersistentTestContext() - Constructor for class org.xwiki.test.ui.PersistentTestContext
Starts an XWiki instance if not already started.
PersistentTestContext(XWikiExecutor) - Constructor for class org.xwiki.test.ui.PersistentTestContext
Don't start an XWiki instance, instead use an existing started instance.
PersistentTestContext(PersistentTestContext) - Constructor for class org.xwiki.test.ui.PersistentTestContext
 
postComment(String, boolean) - Method in class org.xwiki.test.ui.po.CommentsTab
 
postCommentAsGuest(String, String, boolean) - Method in class org.xwiki.test.ui.po.CommentsTab
 
PreviewableEditPage - Class in org.xwiki.test.ui.po.editor
Edit page with a preview button.
PreviewableEditPage() - Constructor for class org.xwiki.test.ui.po.editor.PreviewableEditPage
 
PreviewEditPage - Class in org.xwiki.test.ui.po.editor
Models the preview edit page.
PreviewEditPage(PreviewableEditPage) - Constructor for class org.xwiki.test.ui.po.editor.PreviewEditPage
Creates a new preview page that holds a reference to the edited page.
processLine(String, int) - Method in class org.xwiki.test.integration.XWikiLogOutputStream
 

R

recacheSecretToken() - Method in class org.xwiki.test.ui.TestUtils
(Re)-cache the secret token used for CSRF protection.
register() - Method in class org.xwiki.test.ui.po.BasePage
 
registerLoginAndGotoPage(String, String, String) - Method in class org.xwiki.test.ui.TestUtils
Deprecated. starting with 5.0M2 use TestUtils.createUser(String, String, Object...) instead
RegistrationPage - Class in org.xwiki.test.ui.po
Represents the actions possible on the Registration Page
RegistrationPage() - Constructor for class org.xwiki.test.ui.po.RegistrationPage
 
removeAllDeprecatedProperties() - Method in class org.xwiki.test.ui.po.editor.ObjectEditPage
 
removeAllObjects(String) - Method in class org.xwiki.test.ui.po.editor.ObjectEditPage
 
replyToCommentByID(int) - Method in class org.xwiki.test.ui.po.CommentsTab
Clicks on the reply icon near the specified comment.
replyToCommentByID(int, String) - Method in class org.xwiki.test.ui.po.CommentsTab
 
ResubmissionPage - Class in org.xwiki.test.ui.po
Resubmission page is used to ask user for confirmation when the CSRF protection detects a request with invalid secret token.
ResubmissionPage() - Constructor for class org.xwiki.test.ui.po.ResubmissionPage
 
resubmit() - Method in class org.xwiki.test.ui.po.ResubmissionPage
Resubmit the request
RichTextAreaElement - Class in org.xwiki.test.ui.po.editor.wysiwyg
Models the rich text area of the WYSIWYG content editor.
RichTextAreaElement(WebElement) - Constructor for class org.xwiki.test.ui.po.editor.wysiwyg.RichTextAreaElement
Creates a new rich text area element.
RightsEditPage - Class in org.xwiki.test.ui.po.editor
Represents the common actions possible on all Pages when using the "edit" action with the "rights" editor.
RightsEditPage() - Constructor for class org.xwiki.test.ui.po.editor.RightsEditPage
 
rollbackToVersion(String) - Method in class org.xwiki.test.ui.po.HistoryPane
IMPORTANT: this method isn't blocking and doesn't wait for the page to be loaded (after the confirmation popup has been accepted).
run(RunNotifier) - Method in class org.xwiki.test.integration.XWikiExecutorSuite

S

save - Variable in class org.xwiki.test.ui.po.editor.EditPage
 
saveandcontinue - Variable in class org.xwiki.test.ui.po.editor.EditPage
 
saveXWikiCfg(Properties) - Method in class org.xwiki.test.integration.XWikiExecutor
 
saveXWikiProperties(Properties) - Method in class org.xwiki.test.integration.XWikiExecutor
Deprecated. since 4.2M1 use XWikiExecutor.saveXWikiProperties(PropertiesConfiguration) instead
saveXWikiProperties(PropertiesConfiguration) - Method in class org.xwiki.test.integration.XWikiExecutor
 
select(String) - Method in class org.xwiki.test.ui.po.editor.UserPicker
Clicks on the suggestion that contains the given text.
select(List<String>) - Method in class org.xwiki.test.ui.po.FormElement.SelectElement
 
select(String) - Method in class org.xwiki.test.ui.po.FormElement.SelectElement
 
selectedEditMenuItem - Variable in class org.xwiki.test.ui.po.editor.EditPage
 
sendKeys(CharSequence...) - Method in class org.xwiki.test.ui.po.BasePage
 
sendKeys(CharSequence...) - Method in class org.xwiki.test.ui.po.editor.UserPicker
Types into the text input.
sendKeys(CharSequence...) - Method in class org.xwiki.test.ui.po.editor.wysiwyg.RichTextAreaElement
Simulate typing in the rich text area.
setAnonymousCommentAuthor(String) - Method in class org.xwiki.test.ui.po.CommentsTab
 
setCheckBox(By, boolean) - Method in class org.xwiki.test.ui.po.FormElement
 
setCheckBox(WebElement, boolean) - Method in class org.xwiki.test.ui.po.FormElement
 
setContent(String) - Method in class org.xwiki.test.ui.po.editor.WikiEditPage
Set the content of the page.
setContent(String) - Method in class org.xwiki.test.ui.po.editor.wysiwyg.RichTextAreaElement
Sets the HTML content of the rich text area
setContent(String) - Method in class org.xwiki.test.ui.po.editor.WYSIWYGEditPage
Sets the content of the editor (rich text area).
setContext(PersistentTestContext) - Static method in class org.xwiki.test.ui.AbstractTest
Used so that AllTests can set the persistent test context.
setContext(PersistentTestContext) - Static method in class org.xwiki.test.ui.po.BaseElement
Used so that AllTests can set the persistent test context.
setContext(PersistentTestContext) - Static method in class org.xwiki.test.ui.TestUtils
Used so that AllTests can set the persistent test context.
setDay(String) - Method in class org.xwiki.test.ui.po.editor.DatePicker
Selects the specified day from the current month.
setDisplayType(StaticListClassEditElement.DisplayType) - Method in class org.xwiki.test.ui.po.editor.StaticListClassEditElement
 
setDriverImplicitWait(WebDriver) - Method in class org.xwiki.test.ui.TestUtils
Forces the passed driver to wait for a TestUtils.getTimeout() number of seconds when looking up page elements before declaring that it cannot find them.
setEditComment(String) - Method in class org.xwiki.test.ui.po.editor.WikiEditPage
Set comment for this change.
setFieldValue(By, String) - Method in class org.xwiki.test.ui.po.FormElement
 
setFieldValue(WebElement, String) - Method in class org.xwiki.test.ui.po.FormElement
 
setFileToUpload(String) - Method in class org.xwiki.test.ui.po.AttachmentsPane
Fills the URL with the specified file path.
setGuestRight(EditRightsPane.Right, EditRightsPane.State) - Method in class org.xwiki.test.ui.po.EditRightsPane
Click on a right button until it gets in the wanted state.
setHibernateQuery(String) - Method in class org.xwiki.test.ui.po.editor.DatabaseListClassEditElement
 
setHour(String) - Method in class org.xwiki.test.ui.po.editor.DatePicker
Selects the specified hour.
setMetaProperty(String, String) - Method in class org.xwiki.test.ui.po.editor.ClassPropertyEditPane
Sets a meta property of the edited XClass property.
setMinorEdit(boolean) - Method in class org.xwiki.test.ui.po.editor.WikiEditPage
Set the minor edit check box value.
setMinute(String) - Method in class org.xwiki.test.ui.po.editor.DatePicker
Selects the specified minute.
setMonth(String) - Method in class org.xwiki.test.ui.po.editor.DatePicker
Selects the specified month.
setMultiSelect(boolean) - Method in class org.xwiki.test.ui.po.editor.DatabaseListClassEditElement
 
setMultiSelect(boolean) - Method in class org.xwiki.test.ui.po.editor.StaticListClassEditElement
 
setNumberType(String) - Method in class org.xwiki.test.ui.po.editor.NumberClassEditElement
 
setPage(String) - Method in class org.xwiki.test.ui.po.CreatePagePage
 
setParent(String) - Method in class org.xwiki.test.ui.po.editor.WikiEditPage
Set the parent of the page
setPrettyName(String) - Method in class org.xwiki.test.ui.po.editor.ClassPropertyEditPane
Sets the pretty name of the edited property.
setRelationalStorage(boolean) - Method in class org.xwiki.test.ui.po.editor.StaticListClassEditElement
 
setRight(String, EditRightsPane.Right, EditRightsPane.State) - Method in class org.xwiki.test.ui.po.EditRightsPane
Click on a right button until it gets in the wanted state.
setSession(TestUtils.Session) - Method in class org.xwiki.test.ui.TestUtils
 
setSpace(String) - Method in class org.xwiki.test.ui.po.CreatePagePage
 
setSyntaxId(String) - Method in class org.xwiki.test.ui.po.editor.EditPage
 
setTargetPageName(String) - Method in class org.xwiki.test.ui.po.CopyPage
Sets the name of the target page.
setTargetSpaceName(String) - Method in class org.xwiki.test.ui.po.CopyPage
Sets the name of the space where the page should be copied.
setTemplate(String) - Method in class org.xwiki.test.ui.po.CreatePagePage
 
setTimeout(int) - Method in class org.xwiki.test.ui.TestUtils
 
setTitle(String) - Method in class org.xwiki.test.ui.po.editor.WikiEditPage
Set the title of the page.
setUp() - Method in class org.xwiki.test.integration.XWikiTestSetup
Deprecated.  
setUp() - Method in class org.xwiki.test.ui.AbstractAdminAuthenticatedTest
 
setUp() - Method in class org.xwiki.test.ui.AbstractGuestTest
 
setUp() - Method in class org.xwiki.test.ui.AbstractStandardUserAuthenticatedTest
 
setValues(String) - Method in class org.xwiki.test.ui.po.editor.StaticListClassEditElement
 
setXWikiOpts(String) - Method in class org.xwiki.test.integration.XWikiExecutor
 
setYear(String) - Method in class org.xwiki.test.ui.po.editor.DatePicker
Selects the specified year.
showMinorEdits() - Method in class org.xwiki.test.ui.po.HistoryPane
Clicks on the 'Show Minor Edits' button.
shutdown() - Static method in class org.xwiki.test.ui.AbstractTest
 
shutdown() - Method in class org.xwiki.test.ui.PersistentTestContext
 
SKIP_STARTING_XWIKI_INSTANCE - Static variable in class org.xwiki.test.integration.XWikiExecutor
 
start() - Method in class org.xwiki.test.integration.XWikiExecutor
 
starting(Description) - Method in class org.xwiki.test.ui.TestDebugger
 
StaticListClassEditElement - Class in org.xwiki.test.ui.po.editor
Represents a StaticListClass property form.
StaticListClassEditElement(FormElement, String) - Constructor for class org.xwiki.test.ui.po.editor.StaticListClassEditElement
 
StaticListClassEditElement.DisplayType - Enum in org.xwiki.test.ui.po.editor
The display type for inputting to setDisplayType.
STDERR - Static variable in class org.xwiki.test.integration.XWikiLogOutputStream
Represents the stderr stream.
STDOUT - Static variable in class org.xwiki.test.integration.XWikiLogOutputStream
Represents the stdout stream.
stop() - Method in class org.xwiki.test.integration.XWikiExecutor
 
succeeded(Description) - Method in class org.xwiki.test.ui.TestDebugger
 
SUPER_ADMIN_CREDENTIALS - Static variable in class org.xwiki.test.ui.TestUtils
 
SuperAdminAuthenticationRule - Class in org.xwiki.test.ui
Authenticates the superadmin user in the wiki before the test starts.
SuperAdminAuthenticationRule(TestUtils, WebDriver) - Constructor for class org.xwiki.test.ui.SuperAdminAuthenticationRule
 
switchToGroups() - Method in class org.xwiki.test.ui.po.EditRightsPane
 
switchToUsers() - Method in class org.xwiki.test.ui.po.EditRightsPane
 
syntaxIdSelect - Variable in class org.xwiki.test.ui.po.editor.EditPage
 

T

TableElement - Class in org.xwiki.test.ui.po
Represents the actions possible on a static table.
TableElement(WebElement) - Constructor for class org.xwiki.test.ui.po.TableElement
 
takeScreenshot(String) - Method in class org.xwiki.test.ui.TestDebugger
Captures a screenshot of the browser window.
tearDown() - Method in class org.xwiki.test.integration.XWikiTestSetup
Deprecated.  
testDebugger - Variable in class org.xwiki.test.ui.AbstractTest
Generates debugging information on test failure.
TestDebugger - Class in org.xwiki.test.ui
Generates debugging information on test failure: captures a screenshot of the browser window logs the URL of the current page logs the source of the current page NOTE: The reason we also log when a test starts and passes is simply to overcome a deficiency in error reporting in Jenkins.
TestDebugger(WebDriver) - Constructor for class org.xwiki.test.ui.TestDebugger
Creates a new test rule that generates debugging information on test failure.
testName - Variable in class org.xwiki.test.ui.AbstractTest
The object used to access the name of the current test.
TestUtils - Class in org.xwiki.test.ui
Helper methods for testing, not related to a specific Page Object.
TestUtils() - Constructor for class org.xwiki.test.ui.TestUtils
 
TestUtils.Session - Class in org.xwiki.test.ui
This class represents all cookies stored in the browser.
toQueryParameterKey(String, Integer, String) - Method in class org.xwiki.test.ui.TestUtils
 
toQueryParameters(Object...) - Method in class org.xwiki.test.ui.TestUtils
 
toQueryParameters(String, Integer, Object...) - Method in class org.xwiki.test.ui.TestUtils
 
toQueryParameters(String, Integer, Map<String, ?>) - Method in class org.xwiki.test.ui.TestUtils
 
toQueryString(Object...) - Method in class org.xwiki.test.ui.TestUtils
 
toQueryString(Map<String, ?>) - Method in class org.xwiki.test.ui.TestUtils
 
toString() - Method in enum org.xwiki.test.ui.po.editor.StaticListClassEditElement.DisplayType
 
triggerLiveValidation() - Method in class org.xwiki.test.ui.po.AbstractRegistrationPage
Try to make LiveValidation validate the forms.

U

unSelect(List<String>) - Method in class org.xwiki.test.ui.po.FormElement.SelectElement
 
unSelect(String) - Method in class org.xwiki.test.ui.po.FormElement.SelectElement
 
updateObject(String, String, String, int, Map<String, ?>) - Method in class org.xwiki.test.ui.TestUtils
 
updateObject(String, String, String, int, Object...) - Method in class org.xwiki.test.ui.TestUtils
 
URL - Static variable in class org.xwiki.test.integration.XWikiExecutor
 
UserPicker - Class in org.xwiki.test.ui.po.editor
Represents the actions possible on the user picker.
UserPicker(WebElement) - Constructor for class org.xwiki.test.ui.po.editor.UserPicker
Exposes the user picker bound to the given text input;
UserPicker.UserElement - Class in org.xwiki.test.ui.po.editor
 
UserPicker.UserElement(WebElement) - Constructor for class org.xwiki.test.ui.po.editor.UserPicker.UserElement
Creates a new user element that wraps the given WebElement.

V

validationFailureMessagesInclude(String) - Method in class org.xwiki.test.ui.po.AbstractRegistrationPage
 
valueOf(String) - Static method in enum org.xwiki.test.ui.po.editor.EditPage.Editor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xwiki.test.ui.po.editor.StaticListClassEditElement.DisplayType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xwiki.test.ui.po.EditRightsPane.Right
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xwiki.test.ui.po.EditRightsPane.State
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.xwiki.test.ui.po.editor.EditPage.Editor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xwiki.test.ui.po.editor.StaticListClassEditElement.DisplayType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xwiki.test.ui.po.EditRightsPane.Right
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xwiki.test.ui.po.EditRightsPane.State
Returns an array containing the constants of this enum type, in the order they are declared.
ViewPage - Class in org.xwiki.test.ui.po
Represents the common actions possible on all Pages when using the "view" action.
ViewPage() - Constructor for class org.xwiki.test.ui.po.ViewPage
 

W

waitForAttachment(String, String, String) - Method in class org.xwiki.test.ui.po.EntityTreeElement
Waits for the node corresponding to the specified attachments to be present but not selected.
waitForAttachment(String, String, String, boolean) - Method in class org.xwiki.test.ui.po.EntityTreeElement
Waits for the node corresponding to the specified attachment to be present.
waitForDocExtraPaneActive(String) - Method in class org.xwiki.test.ui.po.ViewPage
 
waitForErrorMessage() - Method in class org.xwiki.test.ui.po.CreatePagePage
Waits for a global error message in the page.
waitForFieldErrorMessage() - Method in class org.xwiki.test.ui.po.CreatePagePage
Waits for a validation error in a field.
waitForNotificationErrorMessage(String) - Method in class org.xwiki.test.ui.po.BaseElement
 
waitForNotificationSuccessMessage(String) - Method in class org.xwiki.test.ui.po.BaseElement
 
waitForNotificationWarningMessage(String) - Method in class org.xwiki.test.ui.po.BaseElement
 
waitForPage(String, String) - Method in class org.xwiki.test.ui.po.EntityTreeElement
Waits for the node corresponding to the specified page to be present but not selected.
waitForPage(String, String, String) - Method in class org.xwiki.test.ui.po.EntityTreeElement
Waits for the node corresponding to the specified page to be present but not selected.
waitForPage(String, String, boolean) - Method in class org.xwiki.test.ui.po.EntityTreeElement
Waits for the node corresponding to the specified page to be present.
waitForPage(String, String, String, boolean) - Method in class org.xwiki.test.ui.po.EntityTreeElement
Waits for the node corresponding to the specified page to be present.
waitForSpace(String) - Method in class org.xwiki.test.ui.po.EntityTreeElement
Waits for the node corresponding to the specified space to be present but not selected.
waitForSpace(String, boolean) - Method in class org.xwiki.test.ui.po.EntityTreeElement
Waits for the node corresponding to the specified space to be present.
waitForSuggestions() - Method in class org.xwiki.test.ui.po.editor.UserPicker
Waits until the suggestions for the current value of the text input are retrieved.
waitForSuggestionsToDisappear() - Method in class org.xwiki.test.ui.po.editor.UserPicker
Waits for the list of suggestions to disappear.
waitForSuggestionsToFadeOut() - Method in class org.xwiki.test.ui.po.editor.UserPicker
Waits for the list of suggestions to fade out.
waitForUploadToFinish(String) - Method in class org.xwiki.test.ui.po.AttachmentsPane
 
waitToLoad() - Method in class org.xwiki.test.ui.po.editor.UserPicker
Waits for the user picker to load.
waitToLoad() - Method in class org.xwiki.test.ui.po.editor.wysiwyg.EditorElement
Waits for the WYSIWYG content editor to load.
waitUntilCondition(ExpectedCondition<T>) - Method in class org.xwiki.test.ui.TestUtils
 
waitUntilContent(String) - Method in class org.xwiki.test.ui.po.ViewPage
Waits until the page has the passed content by refreshing the page
waitUntilElementDisappears(By) - Method in class org.xwiki.test.ui.po.BaseElement
Waits until the given element is either hidden or deleted.
waitUntilElementEndsWithAttributeValue(By, String, String) - Method in class org.xwiki.test.ui.po.BaseElement
Waits until the given element ends with a certain value for an attribute.
waitUntilElementHasAttributeValue(By, String, String) - Method in class org.xwiki.test.ui.po.BaseElement
Waits until the given element has a certain value for an attribute.
waitUntilElementHasTextContent(By, String) - Method in class org.xwiki.test.ui.po.BaseElement
Waits until the given element has a certain value as its inner text.
waitUntilElementIsVisible(By) - Method in class org.xwiki.test.ui.po.BaseElement
Wait until the element given by the locator is displayed.
waitUntilElementsAreVisible(By[], boolean) - Method in class org.xwiki.test.ui.po.BaseElement
Wait until one or all of a array of element locators are displayed.
waitUntilPageIsLoaded() - Method in class org.xwiki.test.ui.po.BasePage
Waits until the page has loaded.
waitUntilPageIsLoaded() - Method in class org.xwiki.test.ui.po.editor.WYSIWYGEditPage
 
waitUntilReady() - Method in class org.xwiki.test.ui.po.LiveTableElement
Wait till the livetable has finished displaying all its rows (so that we can then assert the livetable content without running the risk that the rows have not been updated yet).
waitUntilRowCountGreaterThan(int) - Method in class org.xwiki.test.ui.po.LiveTableElement
 
watchDocument() - Method in class org.xwiki.test.ui.po.BasePage
 
watchSpace() - Method in class org.xwiki.test.ui.po.BasePage
 
WebDriverFactory - Class in org.xwiki.test.ui
Create specific WebDriver instances for various Browsers.
WebDriverFactory() - Constructor for class org.xwiki.test.ui.WebDriverFactory
 
WikiEditPage - Class in org.xwiki.test.ui.po.editor
Represents the common actions possible on all Pages when using the "edit" action with "wiki" editor
WikiEditPage() - Constructor for class org.xwiki.test.ui.po.editor.WikiEditPage
 
WYSIWYGEditPage - Class in org.xwiki.test.ui.po.editor
Represents the actions possible in WYSIWYG edit mode.
WYSIWYGEditPage() - Constructor for class org.xwiki.test.ui.po.editor.WYSIWYGEditPage
 

X

XWikiExecutor - Class in org.xwiki.test.integration
Start and stop a xwiki instance.
XWikiExecutor(int) - Constructor for class org.xwiki.test.integration.XWikiExecutor
 
XWikiExecutorSuite - Class in org.xwiki.test.integration
Starts/Stop XWiki before/after all tests and run all tests found in the current classloader using cpsuite (we extend it).
XWikiExecutorSuite(Class<?>, RunnerBuilder) - Constructor for class org.xwiki.test.integration.XWikiExecutorSuite
 
XWikiExecutorSuite.Executors - Annotation Type in org.xwiki.test.integration
 
XWikiExecutorSuite.PostStart - Annotation Type in org.xwiki.test.integration
 
XWikiExecutorSuite.PreStart - Annotation Type in org.xwiki.test.integration
 
XWikiLogOutputStream - Class in org.xwiki.test.integration
Logs the stdout and stderr streams of an external process started using Commons Exec.
XWikiLogOutputStream(int) - Constructor for class org.xwiki.test.integration.XWikiLogOutputStream
 
XWikiTestSetup - Class in org.xwiki.test.integration
Deprecated. use XWikiExecutorSuite instead
XWikiTestSetup(Test) - Constructor for class org.xwiki.test.integration.XWikiTestSetup
Deprecated.  
XWikiTestSetup(Test, int) - Constructor for class org.xwiki.test.integration.XWikiTestSetup
Deprecated.  

A B C D E F G H I L M N O P R S T U V W X

Copyright © 2004-2013 XWiki. All Rights Reserved.