com.atlassian.confluence.it
Class Confluence

java.lang.Object
  extended by com.atlassian.confluence.it.Confluence

public class Confluence
extends java.lang.Object


Constructor Summary
Confluence(ConfluenceRpc rpc)
           
 
Method Summary
 void cleanUpAllData(boolean ldapMode)
          Delete all spaces, content, non-admin users and non-default groups (if user management is local) between tests.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Confluence

public Confluence(ConfluenceRpc rpc)
Method Detail

cleanUpAllData

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.



Copyright © 2003-2010 Atlassian. All Rights Reserved.