com.atlassian.plugin.osgi.factory
Class TestOsgiPluginDeinstalledHelper

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

public class TestOsgiPluginDeinstalledHelper
extends Object


Field Summary
 org.junit.rules.ExpectedException expectedException
           
 
Constructor Summary
TestOsgiPluginDeinstalledHelper()
           
 
Method Summary
 void getBundleThrowsException()
           
 void getClassLoader()
           
 void getContainerAccessor()
           
 void getRequiredContainerAccessor()
           
 void getRequiredPlugins()
           
 void getResource()
           
 void getResourceAsStream()
           
 void installThrowsException()
           
 void isRemotePluginReturnsConstructorParameter()
           
 void loadClassThrowsExceptionWithClassAndGivenCallingClass()
           
 void loadClassThrowsExceptionWithClassAndNullCallingClass()
           
 void onDisable()
           
 void onEnable()
           
 void onUninstall()
           
 void setPluginContainer()
           
 void setUp()
           
 
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

TestOsgiPluginDeinstalledHelper

public TestOsgiPluginDeinstalledHelper()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

loadClassThrowsExceptionWithClassAndGivenCallingClass

public void loadClassThrowsExceptionWithClassAndGivenCallingClass()
                                                           throws Exception
Throws:
Exception

loadClassThrowsExceptionWithClassAndNullCallingClass

public void loadClassThrowsExceptionWithClassAndNullCallingClass()
                                                          throws Exception
Throws:
Exception

installThrowsException

public void installThrowsException()

isRemotePluginReturnsConstructorParameter

public void isRemotePluginReturnsConstructorParameter()

getBundleThrowsException

public void getBundleThrowsException()

getResource

public void getResource()

getResourceAsStream

public void getResourceAsStream()

getClassLoader

public void getClassLoader()

onEnable

public void onEnable()

onDisable

public void onDisable()

onUninstall

public void onUninstall()

getRequiredPlugins

public void getRequiredPlugins()

setPluginContainer

public void setPluginContainer()

getContainerAccessor

public void getContainerAccessor()

getRequiredContainerAccessor

public void getRequiredContainerAccessor()


Copyright © 2015 Atlassian. All rights reserved.