com.atlassian.plugin.osgi.factory
Class TestOsgiPluginInstalledHelper

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

public class TestOsgiPluginInstalledHelper
extends Object


Nested Class Summary
static class TestOsgiPluginInstalledHelper.ChildBean
           
static class TestOsgiPluginInstalledHelper.SetterInjectedBean
           
 
Field Summary
 org.junit.rules.ExpectedException expectedException
           
 
Constructor Summary
TestOsgiPluginInstalledHelper()
           
 
Method Summary
 void beforeSetGetContainerAccessorIsNull()
           
 void beforeSetGetRequiredContainerAccessorThrows()
           
 void canSetContainerAccessorToCustomContainerAccessor()
           
 void canSetContainerAccessorToSpringGenericApplicationContext()
           
 void disableWithoutEnablingDoesNotThrow()
           
 void getRequiredContainerAccessorReturnsContainerAccessor()
           
 void getRequiredPluginsReturnsEmptySetIfBundleCannotBeResolved()
           
 void installedBundlesAreResolvedByGetRequiredPlugins()
           
 void setUp()
           
 void tearDown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

expectedException

public org.junit.rules.ExpectedException expectedException
Constructor Detail

TestOsgiPluginInstalledHelper

public TestOsgiPluginInstalledHelper()
Method Detail

setUp

public void setUp()

tearDown

public void tearDown()

canSetContainerAccessorToSpringGenericApplicationContext

public void canSetContainerAccessorToSpringGenericApplicationContext()

canSetContainerAccessorToCustomContainerAccessor

public void canSetContainerAccessorToCustomContainerAccessor()

getRequiredContainerAccessorReturnsContainerAccessor

public void getRequiredContainerAccessorReturnsContainerAccessor()

beforeSetGetContainerAccessorIsNull

public void beforeSetGetContainerAccessorIsNull()

beforeSetGetRequiredContainerAccessorThrows

public void beforeSetGetRequiredContainerAccessorThrows()

disableWithoutEnablingDoesNotThrow

public void disableWithoutEnablingDoesNotThrow()

installedBundlesAreResolvedByGetRequiredPlugins

public void installedBundlesAreResolvedByGetRequiredPlugins()

getRequiredPluginsReturnsEmptySetIfBundleCannotBeResolved

public void getRequiredPluginsReturnsEmptySetIfBundleCannotBeResolved()


Copyright © 2015 Atlassian. All rights reserved.