Package | Description |
---|---|
org.xwiki.test.ui | |
org.xwiki.test.ui.po |
Class and Description |
---|
AbstractTest
To be extended by all Test Classes.
|
AuthenticationRule
Authenticates a user in the wiki before the test starts.
|
PersistentTestContext
This is a container for holding all of the information which should persist throughout all of the tests.
|
TestDebugger
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.
|
TestUtils
Helper methods for testing, not related to a specific Page Object.
|
TestUtils.RestTestUtils |
TestUtils.RestTestUtils.ResourceAPI |
TestUtils.Session
This class represents all cookies stored in the browser.
|
XWikiWebDriver
Wraps a
WebDriver instance and adds new APIs useful for XWiki tests. |
Class and Description |
---|
PersistentTestContext
This is a container for holding all of the information which should persist throughout all of the tests.
|
TestUtils
Helper methods for testing, not related to a specific Page Object.
|
XWikiWebDriver
Wraps a
WebDriver instance and adds new APIs useful for XWiki tests. |
Copyright © 2004–2021 XWiki. All rights reserved.