public class

ThemeChangeAcceptanceTest

extends AbstractConfluenceAcceptanceTest
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.ThreadLocalWebTestCase
         ↳ com.atlassian.confluence.AbstractAtlassianWebTestCase
           ↳ com.atlassian.confluence.AbstractConfluenceAcceptanceTest
             ↳ com.atlassian.confluence.ThemeChangeAcceptanceTest

Summary

[Expand]
Inherited Constants
From class com.atlassian.confluence.AbstractConfluenceAcceptanceTest
From class com.atlassian.confluence.AbstractAtlassianWebTestCase
[Expand]
Inherited Fields
From class com.atlassian.confluence.AbstractConfluenceAcceptanceTest
From class com.atlassian.confluence.AbstractAtlassianWebTestCase
Public Constructors
ThemeChangeAcceptanceTest()
Public Methods
void testChangeGlobalTheme()
void testChangePersonalSpaceTheme()
void testChangeSpaceTheme()
void testChangeSpaceThemeToFixedWidth()
void testGlobalThemeRevertsToDefaultWhenPluginDisabled()
Test that pages can still be viewed normally with the global theme disabled.
void testSetupThemeUponSpaceCreation()
Protected Methods
void setUp()
[Expand]
Inherited Methods
From class com.atlassian.confluence.AbstractConfluenceAcceptanceTest
From class com.atlassian.confluence.AbstractAtlassianWebTestCase
From class com.atlassian.confluence.ThreadLocalWebTestCase
From class junit.framework.TestCase
From class junit.framework.Assert
From class java.lang.Object
From interface junit.framework.Test

Public Constructors

public ThemeChangeAcceptanceTest ()

Public Methods

public void testChangeGlobalTheme ()

Throws
Exception

public void testChangePersonalSpaceTheme ()

Throws
Exception

public void testChangeSpaceTheme ()

Throws
Exception

public void testChangeSpaceThemeToFixedWidth ()

Throws
Exception

public void testGlobalThemeRevertsToDefaultWhenPluginDisabled ()

Test that pages can still be viewed normally with the global theme disabled. CONF-21207

public void testSetupThemeUponSpaceCreation ()

Protected Methods

protected void setUp ()

Throws
Exception