public class

TestDefaultSpaceContentPageLayoutsUpgradeTask

extends TestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.upgrade.upgradetask.TestDefaultSpaceContentPageLayoutsUpgradeTask

Summary

Constants
String NON_DEFAULT_PERSONAL_SPACE_CONTENT
String NON_DEFAULT_SPACE_CONTENT
Public Constructors
TestDefaultSpaceContentPageLayoutsUpgradeTask()
Public Methods
void testDefaultSettings()
void testDefaultSettingsOnlyGlobal()
void testDefaultSettingsOnlyPersonal()
void testNonDefaultSettings()
Test when the upgrade task detects that there is non-default initial content for both personal and global spaces.
Protected Methods
void setUp()
void tearDown()
[Expand]
Inherited Methods
From class junit.framework.TestCase
From class junit.framework.Assert
From class java.lang.Object
From interface junit.framework.Test

Constants

public static final String NON_DEFAULT_PERSONAL_SPACE_CONTENT

Constant Value: "Non-default personal space content"

public static final String NON_DEFAULT_SPACE_CONTENT

Constant Value: "Non-default global space content"

Public Constructors

public TestDefaultSpaceContentPageLayoutsUpgradeTask ()

Public Methods

public void testDefaultSettings ()

Throws
Exception

public void testDefaultSettingsOnlyGlobal ()

Throws
Exception

public void testDefaultSettingsOnlyPersonal ()

Throws
Exception

public void testNonDefaultSettings ()

Test when the upgrade task detects that there is non-default initial content for both personal and global spaces.

Throws
Exception

Protected Methods

protected void setUp ()

Throws
Exception

protected void tearDown ()

Throws
Exception