com.atlassian.plugin.manager
Class TestDefaultPluginManagerDependentPlugins

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

public class TestDefaultPluginManagerDependentPlugins
extends java.lang.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 java.lang.Exception
Throws:
java.lang.Exception

testNoDependencies

public void testNoDependencies()
                        throws java.lang.Exception
Throws:
java.lang.Exception

testSingleDependency

public void testSingleDependency()
                          throws java.lang.Exception
Throws:
java.lang.Exception

testSimpleTransitiveDependency

public void testSimpleTransitiveDependency()
                                    throws java.lang.Exception
Throws:
java.lang.Exception

testTransitiveDependency

public void testTransitiveDependency()
                              throws java.lang.Exception
Throws:
java.lang.Exception

testCrossLayerDependency

public void testCrossLayerDependency()
                              throws java.lang.Exception
Throws:
java.lang.Exception

testFullTreeDependency

public void testFullTreeDependency()
                            throws java.lang.Exception
Throws:
java.lang.Exception

testCircularDependency

public void testCircularDependency()
                            throws java.lang.Exception
Throws:
java.lang.Exception

testVeryDeepDependencyTreePerformance

public void testVeryDeepDependencyTreePerformance()
                                           throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2013 Atlassian. All Rights Reserved.