public class

TestDefaultUpgradeManager

extends TestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.upgrade.impl.TestDefaultUpgradeManager

Summary

Public Constructors
TestDefaultUpgradeManager()
Public Methods
void tearDown()
void testPluginDependentUpgradeTasksAreRun()
void testRunUpgradeOnValidLicense()
void testRunUpgradePrerequisitesOnV1License()
void testUpgradeFromUnsupportedVersion()
void testUpgradePermittedForClusterLicenseAndVersionFour()
void testUpgradePermittedForNonClusteredOlderVersion()
Protected Methods
void setUp()
[Expand]
Inherited Methods
From class junit.framework.TestCase
From class junit.framework.Assert
From class java.lang.Object
From interface junit.framework.Test

Public Constructors

public TestDefaultUpgradeManager ()

Public Methods

public void tearDown ()

Throws
Exception

public void testPluginDependentUpgradeTasksAreRun ()

Throws
Exception

public void testRunUpgradeOnValidLicense ()

public void testRunUpgradePrerequisitesOnV1License ()

Throws
Exception

public void testUpgradeFromUnsupportedVersion ()

Throws
Exception

public void testUpgradePermittedForClusterLicenseAndVersionFour ()

Throws
Exception

public void testUpgradePermittedForNonClusteredOlderVersion ()

Throws
Exception

Protected Methods

protected void setUp ()

Throws
Exception