public class

TestSetupDemoContent

extends ConfluenceTestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.ConfluenceTestCase
         ↳ com.atlassian.confluence.setup.actions.TestSetupDemoContent

Class Overview

Testing SetupDemoContentAction This should be moved to the confluence-webapp module, especially as we are using some of the confluence-webapp module resources here!

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.ConfluenceTestCase
Public Constructors
TestSetupDemoContent()
Public Methods
void setUp()
void tearDown()
void testExecute()
[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 TestSetupDemoContent ()

Public Methods

public void setUp ()

Throws
Exception

public void tearDown ()

Throws
Exception

public void testExecute ()

Throws
Exception