public class

TestSetupLicenseAction

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

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.ConfluenceTestCase
Public Constructors
TestSetupLicenseAction()
Public Methods
void setSetupTypes(String setupTypeInstall, String setupTypeCustom)
void setUp()
void tearDown()
void testCustomSetupType()
void testInvalidLicense()
void testNoLicense()
void testQuickSetupType()
void testV1License()
void testV2License()
[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 TestSetupLicenseAction ()

Public Methods

public void setSetupTypes (String setupTypeInstall, String setupTypeCustom)

public void setUp ()

Throws
Exception

public void tearDown ()

Throws
Exception

public void testCustomSetupType ()

Throws
Exception

public void testInvalidLicense ()

public void testNoLicense ()

public void testQuickSetupType ()

Throws
Exception

public void testV1License ()

public void testV2License ()