com.atlassian.confluence.it
Class Confluence
java.lang.Object
com.atlassian.confluence.it.Confluence
public class Confluence
- extends Object
|
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 |
Confluence
public Confluence(ConfluenceRpc rpc)
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-2011 Atlassian. All Rights Reserved.