com.atlassian.plugin.manager
Class TestDefaultPluginManagerLongRunning

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.atlassian.plugin.loaders.classloading.AbstractTestClassLoader
              extended by com.atlassian.plugin.manager.TestDefaultPluginManagerLongRunning
All Implemented Interfaces:
junit.framework.Test

public class TestDefaultPluginManagerLongRunning
extends AbstractTestClassLoader


Nested Class Summary
static class TestDefaultPluginManagerLongRunning.RequiresRestartModuleDescriptor
           
 
Field Summary
 
Fields inherited from class com.atlassian.plugin.loaders.classloading.AbstractTestClassLoader
PADDINGTON_JAR, pluginsDirectory, pluginsTestDir, POOH_JAR
 
Constructor Summary
TestDefaultPluginManagerLongRunning()
           
 
Method Summary
 com.atlassian.plugin.Plugin createPluginWithVersion(String version)
           
protected  void setUp()
           
protected  void tearDown()
           
 void testAddPluginsWithDependencyIssuesNoResolution()
           
 void testEnableFailed()
           
 void testInstallPluginTwiceWithDifferentName()
           
 void testInstallPluginTwiceWithSameName()
           
 
Methods inherited from class com.atlassian.plugin.loaders.classloading.AbstractTestClassLoader
createFillAndCleanTempPluginDirectory, getPluginsDirectory
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestDefaultPluginManagerLongRunning

public TestDefaultPluginManagerLongRunning()
Method Detail

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
Exception

tearDown

protected void tearDown()
                 throws Exception
Overrides:
tearDown in class junit.framework.TestCase
Throws:
Exception

testEnableFailed

public void testEnableFailed()
                      throws com.atlassian.plugin.PluginParseException
Throws:
com.atlassian.plugin.PluginParseException

testInstallPluginTwiceWithSameName

public void testInstallPluginTwiceWithSameName()
                                        throws Exception
Throws:
Exception

testInstallPluginTwiceWithDifferentName

public void testInstallPluginTwiceWithDifferentName()
                                             throws Exception
Throws:
Exception

testAddPluginsWithDependencyIssuesNoResolution

public void testAddPluginsWithDependencyIssuesNoResolution()
                                                    throws Exception
Throws:
Exception

createPluginWithVersion

public com.atlassian.plugin.Plugin createPluginWithVersion(String version)


Copyright © 2011 Atlassian. All Rights Reserved.