public class

TestDefaultSpaceManager

extends ConfluenceTestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.ConfluenceTestCase
         ↳ com.atlassian.confluence.spaces.TestDefaultSpaceManager

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.ConfluenceTestCase
Public Constructors
TestDefaultSpaceManager()
Public Methods
void setUp()
void testAddSomeSpaces()
void testCreateCustomSpace()
void testCreatePersonalSpace()
void testCreateSpace()
void testCreateSpaceWithLogo()
void testEditASpace()
void testRemoveSpacesInGroup()
Test remove spaces from space groups.
void testSaveSpace()
void testTrimSpaceName()
Protected Methods
void tearDown()
[Expand]
Inherited Methods
From class com.atlassian.confluence.ConfluenceTestCase
From class junit.framework.TestCase
From class junit.framework.Assert
From class java.lang.Object
From interface junit.framework.Test

Public Constructors

public TestDefaultSpaceManager ()

Public Methods

public void setUp ()

Throws
Exception

public void testAddSomeSpaces ()

Throws
Exception

public void testCreateCustomSpace ()

public void testCreatePersonalSpace ()

public void testCreateSpace ()

public void testCreateSpaceWithLogo ()

public void testEditASpace ()

Throws
Exception

public void testRemoveSpacesInGroup ()

Test remove spaces from space groups. Also includes test for removing spaces in general.

public void testSaveSpace ()

public void testTrimSpaceName ()

Protected Methods

protected void tearDown ()

Throws
Exception