Modifier and Type | Field and Description |
---|---|
protected ConfluenceRpc |
AbstractConfluenceAcceptanceTest.rpc |
protected ConfluenceRpc |
AbstractConfluenceAcceptanceTest.wikiMarkupRpc
Use this for tests where you want to create pages/comments/blogs using wikimarkup.
|
Constructor and Description |
---|
PageAcceptanceTester(ConfluenceRpc rpc,
ConfluenceRpc wikiMarkupRpc,
net.sourceforge.jwebunit.junit.WebTester webTester) |
ThreadDumper(ConfluenceRpc rpc) |
Modifier and Type | Method and Description |
---|---|
static void |
AOPluginHelper.enableConfluenceSPIModule(ConfluenceRpc rpc,
String moduleKey,
boolean enable) |
static void |
AOPluginHelper.installTestPlugin(ConfluenceRpc rpc) |
static void |
AOPluginHelper.uninstallTestPlugin(ConfluenceRpc rpc) |
Modifier and Type | Field and Description |
---|---|
protected ConfluenceRpc |
AbstractAcceptanceTest.rpc |
Constructor and Description |
---|
ProxyCreator(ConfluenceRpc rpc) |
Constructor and Description |
---|
BlueprintsAdminRestHelper(ConfluenceRpc rpc) |
Modifier and Type | Method and Description |
---|---|
ConfluenceRpc |
Node.getRpc() |
Modifier and Type | Method and Description |
---|---|
ConfluenceRpc |
AcceptanceTestHelper.getRpc()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
LanguageSetup.changeLanguage(ConfluenceRpc rpc,
String language,
org.slf4j.Logger log) |
static boolean |
DarkFeaturesHelper.isEnabled(String featureKey,
ConfluenceRpc rpc)
Deprecated.
Since 5.0 Use the non-static method.
|
Constructor and Description |
---|
DarkFeaturesHelper(ConfluenceRpc rpc) |
ServerStateManager(ConfluenceRpc rpc,
TestData testData) |
Modifier and Type | Method and Description |
---|---|
static void |
ApiDarkFeatureHelper.disabledApiDarkFeature(ConfluenceRpc rpc) |
static void |
ApiDarkFeatureHelper.enableApiDarkFeature(ConfluenceRpc rpc)
Enables the experimental Confluence API
|
Constructor and Description |
---|
CustomContentTestPluginInstaller(ConfluenceRpc rpc) |
Modifier and Type | Method and Description |
---|---|
static URL |
Exporter.exportSite(ConfluenceRpc rpc,
Exporter.AttachmentOption attachmentOption)
Export a site via RPC.
|
Constructor and Description |
---|
Importer(ConfluenceRpc rpc,
BaseUrlSelector baseUrlSelector)
Assumes that the webTester is already on the edit screen.
|
Importer(ConfluenceRpc rpc,
BaseUrlSelector baseUrlSelector,
net.sourceforge.jwebunit.junit.WebTester webTester) |
Importer(ConfluenceRpc rpc,
String configuredBaseUrl)
|
Importer(ConfluenceRpc rpc,
String configuredBaseUrl,
net.sourceforge.jwebunit.junit.WebTester webTester)
|
Modifier and Type | Method and Description |
---|---|
static MailArchivingHelper |
MailArchivingHelper.init(ConfluenceRpc rpc) |
Constructor and Description |
---|
MailFacade(ConfluenceRpc rpc) |
MailHelper(ConfluenceRpc rpc,
net.sourceforge.jwebunit.junit.WebTester tester)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
TestPlugins.disableUnneededPluginsAndModules(ConfluenceRpc rpc) |
static void |
TestPlugins.installCrowdProxyIfNeeded(ConfluenceRpc rpc)
Deprecated.
since 5.10. Not needed
|
static void |
TestPlugins.setupTestPluginsForJWebUnit(ConfluenceRpc rpc)
Set up default plugins for use with non-browser acceptance tests.
|
static void |
TestPlugins.setupTestPluginsForWebDriver(ConfluenceRpc rpc)
Set up default plugins for use with WebDriver and Selenium tests.
|
Modifier and Type | Method and Description |
---|---|
void |
HelloBlueprintPluginHelper.installHelloBlueprintPlugin(ConfluenceRpc rpc) |
Modifier and Type | Field and Description |
---|---|
protected ConfluenceRpc |
AbstractRestAcceptanceTest.rpc
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected ConfluenceRpc |
AbstractJUnit3RestAcceptanceTest.rpc()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ConfluenceRpc |
ConfluenceRpc.newInstance(BaseUrlSelector baseUrlSelector)
Deprecated.
Create a new RPC stub pointed at the default version of the server-side API.
|
static ConfluenceRpc |
ConfluenceRpc.newInstance(BaseUrlSelector baseUrlSelector,
com.sun.jersey.api.client.Client restClient)
Deprecated.
|
static ConfluenceRpc |
ConfluenceRpc.newInstance(BaseUrlSelector baseUrlSelector,
ConfluenceRpc.Version version)
Deprecated.
Create a new RPC stub pointed at a specific version of the server-side API.
|
static ConfluenceRpc |
ConfluenceRpc.newInstance(String baseUrl)
Deprecated.
Create a new RPC stub pointed at the default version of the server-side API.
|
static ConfluenceRpc |
ConfluenceRpc.newInstance(String baseUrl,
com.sun.jersey.api.client.Client restClient)
Deprecated.
|
static ConfluenceRpc |
ConfluenceRpc.newInstance(String baseUrl,
ConfluenceRpc.Version version)
Deprecated.
Create a new RPC stub pointed at a specific version of the server-side API.
|
static ConfluenceRpc |
ConfluenceRpc.newInstanceForSetup(String baseUrl,
ConfluenceRpc.Version version)
Deprecated.
Create a new RPC stub pointed at a specific version of the server-side API, for use with Setup acceptance tests.
|
Modifier and Type | Method and Description |
---|---|
static void |
RpcAssertions.assertCausesNotPermittedException(ConfluenceRpc rpc,
String methodName,
Object... args)
Execute an RPC call with the expectation that it will throw a RemoteException
|
static void |
RpcAssertions.assertCausesRemoteException(ConfluenceRpc rpc,
String methodName,
Object... args)
Execute an RPC call with the expectation that it will throw a RemoteException
|
static void |
EventWaitingLatch.clearAllLatches(ConfluenceRpc rpc)
It's advisable to clear all latches in a tearDown if multiple latches will be active concurrently.
|
void |
StartOfTestLogger.logTestStart(ConfluenceRpc rpc,
Class<?> testClass,
String testName)
Logs a message about the start of testing to sytem-out.
|
Constructor and Description |
---|
EventWaitingLatch(Class eventClass,
TimePeriod timeout,
ConfluenceRpc rpc)
Deprecated.
since 5.2 use
EventWaitingLatch.EventWaitingLatch(String, TimePeriod, ConfluenceRpc) instead, since
acceptance test code should not have a compile-time depency |
EventWaitingLatch(String eventClassName,
TimePeriod timeout,
ConfluenceRpc rpc) |
LabelsRpc(ConfluenceRpc rpc,
AuthenticatedWebResourceProvider authenticatedWebResourceProvider) |
MailRpc(String baseUrl,
ConfluenceRpc rpc) |
RequestLog(ConfluenceRpc rpc) |
Constructor and Description |
---|
XmlRpcAttachmentClient(ConfluenceRpc rpc) |
XmlRpcContentClient(ConfluenceRpc rpc) |
XmlRpcLabelsClient(ConfluenceRpc rpc) |
XmlRpcPermissionsClient(ConfluenceRpc rpc) |
XmlRpcSpaceClient(ConfluenceRpc rpc) |
XmlRpcWatchClient(ConfluenceRpc rpc) |
Constructor and Description |
---|
PostSetupHelper(net.sourceforge.jwebunit.junit.WebTester tester,
User admin,
ConfluenceRpc rpc) |
Modifier and Type | Method and Description |
---|---|
static UserProfile |
UserProfile.newInstance(net.sourceforge.jwebunit.junit.WebTester webTester,
ConfluenceRpc confluenceRpc) |
Modifier and Type | Method and Description |
---|---|
void |
ActiveDirectoryDirectoryConfiguration.configure(net.sourceforge.jwebunit.junit.WebTester tester,
ConfluenceRpc rpc) |
void |
DefaultDirectoryConfiguration.configure(net.sourceforge.jwebunit.junit.WebTester tester,
ConfluenceRpc rpc)
Deprecated.
|
void |
LdapReadOnlyLocalGroupsDirectoryConfiguration.configure(net.sourceforge.jwebunit.junit.WebTester tester,
ConfluenceRpc rpc) |
void |
DirectoryConfiguration.configure(net.sourceforge.jwebunit.junit.WebTester tester,
ConfluenceRpc rpc)
Deprecated.
Changes the active configuration to match this configuration.
|
void |
LdapReadWriteDirectoryConfiguration.configure(net.sourceforge.jwebunit.junit.WebTester tester,
ConfluenceRpc rpc) |
void |
LdapReadOnlyDirectoryConfiguration.configure(net.sourceforge.jwebunit.junit.WebTester tester,
ConfluenceRpc rpc) |
void |
CrowdDirectoryConfiguration.configure(net.sourceforge.jwebunit.junit.WebTester tester,
ConfluenceRpc rpc)
Deprecated.
|
static LdapUserManagementHelper |
LdapUserManagementHelper.fromTestLdapProperties(ConfluenceRpc rpc)
Construct using the
TestProperties ('ldap.'-prefixed properties, e.g. |
UserManagementHelper |
ActiveDirectoryDirectoryConfiguration.getHelper(ConfluenceRpc rpc) |
UserManagementHelper |
DefaultDirectoryConfiguration.getHelper(ConfluenceRpc rpc)
Deprecated.
|
UserManagementHelper |
LdapReadOnlyLocalGroupsDirectoryConfiguration.getHelper(ConfluenceRpc rpc) |
UserManagementHelper |
DirectoryConfiguration.getHelper(ConfluenceRpc rpc)
Deprecated.
|
UserManagementHelper |
LdapReadWriteDirectoryConfiguration.getHelper(ConfluenceRpc rpc) |
UserManagementHelper |
LdapReadOnlyDirectoryConfiguration.getHelper(ConfluenceRpc rpc) |
UserManagementHelper |
CrowdDirectoryConfiguration.getHelper(ConfluenceRpc rpc)
Deprecated.
|
LdapUserManagementHelper |
LdapService.getUserManagementHelper(ConfluenceRpc rpc) |
Constructor and Description |
---|
DefaultUserManagementHelper(ConfluenceRpc rpc)
|
DefaultUserManagementHelper(ConfluenceRpc rpc,
DirectoryConfiguration directoryConfiguration)
Deprecated.
|
ExternalUserSynchroniser(ConfluenceRpc rpc)
Deprecated.
|
LdapUserManagementHelper(ConfluenceRpc rpc)
Creates an instance which delegates to
LdapServer , using the default connection properties from ldapTemplate. |
LdapUserManagementHelper(ConfluenceRpc rpc,
org.springframework.ldap.core.LdapTemplate ldapTemplate,
Set<User> initialUsers,
Set<Group> initialGroups)
Creates an instance which delegates to
LdapServer using the LDAP connections
provided by the ldapTemplate . |
Modifier and Type | Field and Description |
---|---|
protected ConfluenceRpc |
AbstractRestSerializationAcceptanceTest.rpc
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected ConfluenceRpc |
AbstractXmlRpcAcceptanceTest.newRpcForUser(User testUser) |
Modifier and Type | Field and Description |
---|---|
protected ConfluenceRpc |
AbstractWebDriverSanityTest.rpc |
Modifier and Type | Method and Description |
---|---|
static void |
WebdriverSanitySetupTest.installTestPlugins(ConfluenceRpc rpc) |
Modifier and Type | Field and Description |
---|---|
protected ConfluenceRpc |
AbstractSeleniumTest.rpc |
Modifier and Type | Method and Description |
---|---|
protected void |
UserHoverTest.createTestData(ConfluenceRpc adminRpc) |
protected void |
GroupPickerTest.createTestData(ConfluenceRpc adminRpc) |
protected void |
EditorDraftsTest.createTestData(ConfluenceRpc adminRpc) |
protected void |
AbstractSeleniumTest.createTestData(ConfluenceRpc adminRpc)
Subclasses can override this method to make changes to the server state with admin privileges.
|
static void |
MacroBrowserTestPluginHelper.installTestPlugin(ConfluenceRpc rpc) |
static void |
MacroBrowserTestPluginHelper.uninstallTestPlugin(ConfluenceRpc rpc) |
Modifier and Type | Method and Description |
---|---|
Breadcrumbs |
Suite.getBreadcrumbs(ConfluenceRpc rpc) |
Constructor and Description |
---|
AttachTo(ConfluenceSeleniumClient client,
ConfluenceRpc rpc) |
Modifier and Type | Method and Description |
---|---|
static List<String> |
StartupErrorTestUtils.getRecordedErrorLogMessagesWithFiltering(ConfluenceRpc rpc) |
Modifier and Type | Field and Description |
---|---|
protected static ConfluenceRpc |
AbstractEditorAwareWebDriverTest.rpc |
protected static ConfluenceRpc |
AbstractEditorContentWebDriverTest.rpc |
protected ConfluenceRpc |
AbstractInjectableWebDriverTest.rpc
Deprecated.
|
protected ConfluenceRpc |
AbstractWebDriverTest.rpc
Deprecated.
|
protected static ConfluenceRpc |
AbstractInjectableWebDriverTest.staticRpc
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
WebDriverSetupTest.installTestPlugins(ConfluenceRpc rpc)
Deprecated.
Since 5.6. Use
TestPlugins.setupTestPluginsForWebDriver(ConfluenceRpc) |
static void |
WebdriverTestSessionInitializer.prepareConfluenceForTesting(Class<?> testClass,
org.junit.rules.TestName name,
ConfluenceTestedProduct product,
ConfluenceRpc rpc,
ServerStateManager serverStateManager) |
Copyright © 2003–2018 Atlassian. All rights reserved.