public class

Node

extends AbstractConfluenceAcceptanceTest
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.ThreadLocalWebTestCase
         ↳ com.atlassian.confluence.AbstractAtlassianWebTestCase
           ↳ com.atlassian.confluence.AbstractConfluenceAcceptanceTest
             ↳ com.atlassian.confluence.cluster.Node

Class Overview

Clustered tests instantiate an instance of this class for each cluster node to allow public access to the protected test methods against that node.

Summary

[Expand]
Inherited Constants
From class com.atlassian.confluence.AbstractConfluenceAcceptanceTest
From class com.atlassian.confluence.AbstractAtlassianWebTestCase
[Expand]
Inherited Fields
From class com.atlassian.confluence.AbstractConfluenceAcceptanceTest
From class com.atlassian.confluence.AbstractAtlassianWebTestCase
Public Constructors
Node()
Node(String name, String nodeBaseUrl)
Public Methods
void editProfile(String info)
ConfluenceRpc getRpc()
XmlRpcClient getXmlRpcClient()
void setNotifyOnMyActions(boolean notify)
void setRemoveThreadLocal(boolean removeThreadLocal)
Protected Methods
String generateBaseUrl()
void removeThreadLocal()
void tearDown()
Default tearDown method.
[Expand]
Inherited Methods
From class com.atlassian.confluence.AbstractConfluenceAcceptanceTest
From class com.atlassian.confluence.AbstractAtlassianWebTestCase
From class com.atlassian.confluence.ThreadLocalWebTestCase
From class junit.framework.TestCase
From class junit.framework.Assert
From class java.lang.Object
From interface junit.framework.Test

Public Constructors

public Node ()

public Node (String name, String nodeBaseUrl)

Throws
Exception

Public Methods

public void editProfile (String info)

public ConfluenceRpc getRpc ()

public XmlRpcClient getXmlRpcClient ()

public void setNotifyOnMyActions (boolean notify)

public void setRemoveThreadLocal (boolean removeThreadLocal)

Protected Methods

protected String generateBaseUrl ()

Returns
  • the base URL that was passed to the constructor

protected void removeThreadLocal ()

protected void tearDown ()

Default tearDown method. Removes any files which were added to the filesToDelete list.

Throws
Exception