| Modifier and Type | Field and Description |
|---|---|
protected ConfluenceRpc |
AbstractConfluenceAcceptanceTest.rpc
Deprecated.
|
protected ConfluenceRpc |
AbstractConfluenceAcceptanceTest.wikiMarkupRpc
Deprecated.
Use this for tests where you want to create pages/comments/blogs using wikimarkup.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ServerErrorLogUtils.assertNoErrorMessagesLoggedOnServer(ConfluenceRpc rpc)
Checks that no error log messages were recorded by the server since the last call to this method.
|
static void |
ServerErrorLogUtils.disableServerLogRecorder(ConfluenceRpc rpc) |
static void |
ServerErrorLogUtils.enableServerLogRecorder(ConfluenceRpc rpc) |
static List<String> |
ServerErrorLogUtils.getRecordedErrorLogMessagesWithFiltering(ConfluenceRpc rpc) |
| Constructor and Description |
|---|
PageAcceptanceTester(ConfluenceRpc rpc,
ConfluenceRpc wikiMarkupRpc,
net.sourceforge.jwebunit.junit.WebTester webTester) |
ThreadDumper(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 |
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
|
void |
CustomContentTestPluginInstaller.setConfluenceRpc(ConfluenceRpc rpc) |
| Constructor and Description |
|---|
CustomContentHelperRpc(ContentType contentType,
ConfluenceRpc rpc) |
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.disablePluginsThatInterfereWithTests(ConfluenceRpc rpc) |
static void |
TestPlugins.disableUnneededPluginsAndModules(ConfluenceRpc rpc)
Deprecated.
|
static void |
TestPlugins.installCrowdProxyIfNeeded(ConfluenceRpc rpc) |
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 | 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 |
|---|
AdminRpc(ConfluenceRpc confluenceRpc,
AuthenticatedWebResourceProvider resourceProvider) |
FeatureFlagRpc(ConfluenceRpc rpc,
AuthenticatedWebResourceProvider resourceProvider) |
| Constructor and Description |
|---|
XmlRpcAttachmentClient(ConfluenceRpc rpc) |
XmlRpcContentClient(ConfluenceRpc rpc) |
XmlRpcLabelsClient(ConfluenceRpc rpc) |
XmlRpcPermissionsClient(ConfluenceRpc rpc) |
XmlRpcSpaceClient(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 |
|---|---|
UserManagementHelper |
OnDemandCrowdDirectoryConfiguration.getHelper(ConfluenceRpc rpc)
Deprecated.
|
UserManagementHelper |
DirectoryConfiguration.getHelper(ConfluenceRpc rpc)
Deprecated.
|
UserManagementHelper |
DefaultDirectoryConfiguration.getHelper(ConfluenceRpc rpc)
Deprecated.
|
UserManagementHelper |
CrowdDirectoryConfiguration.getHelper(ConfluenceRpc rpc)
Deprecated.
|
boolean |
OnDemandCrowdDirectoryConfiguration.isCorrectlyConfigured(ConfluenceRpc rpc)
Deprecated.
|
boolean |
DirectoryConfiguration.isCorrectlyConfigured(ConfluenceRpc rpc)
Deprecated.
Returns true if the active configuration matches this configuration.
|
boolean |
DefaultDirectoryConfiguration.isCorrectlyConfigured(ConfluenceRpc rpc)
Deprecated.
|
boolean |
CrowdDirectoryConfiguration.isCorrectlyConfigured(ConfluenceRpc rpc)
Deprecated.
|
| Constructor and Description |
|---|
CrowdUserManagementHelper(com.atlassian.crowd.service.client.CrowdClient crowdClient,
ConfluenceRpc rpc)
Deprecated.
|
DefaultUserManagementHelper(ConfluenceRpc rpc)
|
DefaultUserManagementHelper(ConfluenceRpc rpc,
DirectoryConfiguration directoryConfiguration)
Deprecated.
|
ExternalUserSynchroniser(ConfluenceRpc rpc)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
protected ConfluenceRpc |
AbstractRestSerializationAcceptanceTest.rpc |
| 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 static ConfluenceRpc |
MacrosAcceptanceTestBase.rpc |
| Modifier and Type | Field and Description |
|---|---|
protected static ConfluenceRpc |
AbstractEditorAwareWebDriverTest.rpc |
protected ConfluenceRpc |
AbstractWebDriverTest.rpc
Deprecated.
|
protected ConfluenceRpc |
AbstractInjectableWebDriverTest.rpc
Deprecated.
|
protected static ConfluenceRpc |
AbstractEditorContentWebDriverTest.rpc |
| Modifier and Type | Method and Description |
|---|---|
static void |
WebdriverTestSessionInitializer.prepareConfluenceForTesting(Class<?> testClass,
org.junit.rules.TestName name,
com.atlassian.confluence.pageobjects.ConfluenceTestedProduct product,
ConfluenceRpc rpc,
ServerStateManager serverStateManager) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ImportData.tearDown(ConfluenceRpc rpc) |
protected void |
GeneralImportData.tearDown(ConfluenceRpc rpc) |
protected void |
GlobalSettingsImportData.tearDown(ConfluenceRpc rpc) |
Copyright © 2003–2017 Atlassian. All rights reserved.