public class

TestSelectSetupStepAction

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

Class Overview

We can't test for JDK or Servlet not being up to spec in a meaningful way, so we just test that the action behaves correctly when confHome is bad.

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.core.AbstractXWorkTest
From class com.atlassian.confluence.ConfluenceTestCase
Public Constructors
TestSelectSetupStepAction()
Public Methods
void setUp()
void testCheckConfluenceHomeOkFails()
void testCheckResin3PatchInstalled()
void testCheckResin3PatchNotInstalled()
void testExecuteSetupIncompleteChecklistOk()
[Expand]
Inherited Methods
From class com.atlassian.confluence.core.AbstractXWorkTest
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 TestSelectSetupStepAction ()

Public Methods

public void setUp ()

Throws
Exception

public void testCheckConfluenceHomeOkFails ()

Throws
Exception

public void testCheckResin3PatchInstalled ()

Throws
Exception

public void testCheckResin3PatchNotInstalled ()

Throws
Exception

public void testExecuteSetupIncompleteChecklistOk ()

Throws
Exception