com.atlassian.plugin.manager
Class TestDefaultPluginManagerDependentPlugins

java.lang.Object
  extended by com.atlassian.plugin.manager.TestDefaultPluginManagerDependentPlugins

public class TestDefaultPluginManagerDependentPlugins
extends Object


Constructor Summary
TestDefaultPluginManagerDependentPlugins()
           
 
Method Summary
 void setUp()
           
 void testCircularDependency()
           
 void testCrossLayerDependency()
           
 void testFullTreeDependency()
           
 void testNoDependencies()
           
 void testSimpleTransitiveDependency()
           
 void testSingleDependency()
           
 void testTransitiveDependency()
           
 void testVeryDeepDependencyTreePerformance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestDefaultPluginManagerDependentPlugins

public TestDefaultPluginManagerDependentPlugins()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

testNoDependencies

public void testNoDependencies()
                        throws Exception
Throws:
Exception

testSingleDependency

public void testSingleDependency()
                          throws Exception
Throws:
Exception

testSimpleTransitiveDependency

public void testSimpleTransitiveDependency()
                                    throws Exception
Throws:
Exception

testTransitiveDependency

public void testTransitiveDependency()
                              throws Exception
Throws:
Exception

testCrossLayerDependency

public void testCrossLayerDependency()
                              throws Exception
Throws:
Exception

testFullTreeDependency

public void testFullTreeDependency()
                            throws Exception
Throws:
Exception

testCircularDependency

public void testCircularDependency()
                            throws Exception
Throws:
Exception

testVeryDeepDependencyTreePerformance

public void testVeryDeepDependencyTreePerformance()
                                           throws Exception
Throws:
Exception


Copyright © 2014 Atlassian. All rights reserved.