com.atlassian.plugin.osgi.factory
Class TestOsgiBundleFactory

java.lang.Object
  extended by com.atlassian.plugin.osgi.factory.TestOsgiBundleFactory

public class TestOsgiBundleFactory
extends Object


Constructor Summary
TestOsgiBundleFactory()
           
 
Method Summary
 void canCreateReturnsNullForJarFileContainingBundleAndPlugin()
           
 void canCreateReturnsNullForNonFileArtifact()
           
 void canCreateReturnsNullForPluginJar()
           
 void canCreateReturnsPluginKeyForJarFileContainingBundle()
           
 void createReturnsConfiguredPluginWhenBundleInstallSucceeds()
           
 void createReturnsUnloadablePluginForJarFileContainingBundleAndPlugin()
           
 void createReturnsUnloadablePluginForNonFileArtifact()
           
 void createReturnsUnloadablePluginForPluginJar()
           
 void setUp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestOsgiBundleFactory

public TestOsgiBundleFactory()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

canCreateReturnsPluginKeyForJarFileContainingBundle

public void canCreateReturnsPluginKeyForJarFileContainingBundle()
                                                         throws Exception
Throws:
Exception

canCreateReturnsNullForJarFileContainingBundleAndPlugin

public void canCreateReturnsNullForJarFileContainingBundleAndPlugin()
                                                             throws Exception
Throws:
Exception

canCreateReturnsNullForPluginJar

public void canCreateReturnsNullForPluginJar()
                                      throws Exception
Throws:
Exception

canCreateReturnsNullForNonFileArtifact

public void canCreateReturnsNullForNonFileArtifact()
                                            throws Exception
Throws:
Exception

createReturnsConfiguredPluginWhenBundleInstallSucceeds

public void createReturnsConfiguredPluginWhenBundleInstallSucceeds()
                                                            throws Exception
Throws:
Exception

createReturnsUnloadablePluginForJarFileContainingBundleAndPlugin

public void createReturnsUnloadablePluginForJarFileContainingBundleAndPlugin()
                                                                      throws Exception
Throws:
Exception

createReturnsUnloadablePluginForPluginJar

public void createReturnsUnloadablePluginForPluginJar()
                                               throws Exception
Throws:
Exception

createReturnsUnloadablePluginForNonFileArtifact

public void createReturnsUnloadablePluginForNonFileArtifact()
                                                     throws Exception
Throws:
Exception


Copyright © 2015 Atlassian. All rights reserved.