public class

Confluence

extends Object
java.lang.Object
   ↳ com.atlassian.confluence.it.Confluence

Summary

Public Constructors
Confluence(ConfluenceRpc rpc)
Public Methods
void cleanUpAllData(boolean ldapMode)
Delete all spaces, content, non-admin users and non-default groups (if user management is local) between tests.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Confluence (ConfluenceRpc rpc)

Public Methods

public void cleanUpAllData (boolean ldapMode)

Delete all spaces, content, non-admin users and non-default groups (if user management is local) between tests. This should be done in setUp rather than tearDown, since that way if a test fails you can still see the state that was left behind at the end of the test.