com.atlassian.sal.core.upgrade
Class DefaultPluginUpgradeManagerTest

java.lang.Object
  extended by com.atlassian.sal.core.upgrade.DefaultPluginUpgradeManagerTest

public class DefaultPluginUpgradeManagerTest
extends Object


Constructor Summary
DefaultPluginUpgradeManagerTest()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testThatOnlyOneTransactionTemplateIsExecutedPerPluginUpgrade()
           
 void testThatOnlyOneTransactionTemplateIsExecutedPerPluginUpgradeWithMultiplePlugins()
           
 void testUpgradeInternalFailsIfUpgradeFails()
           
 void testUpgradeInternalIsSuccessful()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPluginUpgradeManagerTest

public DefaultPluginUpgradeManagerTest()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

tearDown

public void tearDown()

testUpgradeInternalIsSuccessful

public void testUpgradeInternalIsSuccessful()
                                     throws Exception
Throws:
Exception

testUpgradeInternalFailsIfUpgradeFails

public void testUpgradeInternalFailsIfUpgradeFails()
                                            throws Exception
Throws:
Exception

testThatOnlyOneTransactionTemplateIsExecutedPerPluginUpgrade

public void testThatOnlyOneTransactionTemplateIsExecutedPerPluginUpgrade()
                                                                  throws Exception
Throws:
Exception

testThatOnlyOneTransactionTemplateIsExecutedPerPluginUpgradeWithMultiplePlugins

public void testThatOnlyOneTransactionTemplateIsExecutedPerPluginUpgradeWithMultiplePlugins()
                                                                                     throws Exception
Throws:
Exception


Copyright © 2015 Atlassian. All rights reserved.