public class TestPluginClassLoader extends Object
| Modifier and Type | Field and Description |
|---|---|
org.junit.rules.TemporaryFolder |
temporaryFolder |
| Constructor and Description |
|---|
TestPluginClassLoader() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
testPluginClassLoaderDetectsMissingTempDirectory() |
void |
testPluginClassLoaderDoesNotLockTheJarsPermanently() |
void |
testPluginClassLoaderDoesNotSwallowClassesFromADifferentClassLoader() |
void |
testPluginClassLoaderExtractsInnerJarsToSpecifiedDirectory() |
void |
testPluginClassLoaderFindsInnerJars() |
void |
testPluginClassLoaderHandlesDeletedExtractedInnerJars() |
void |
testPluginClassLoaderLoadsClassFromOuterJar() |
void |
testPluginClassLoaderLoadsResourceFromInnerJarIfNotInOuterJar() |
void |
testPluginClassLoaderLoadsResourceFromOuterJarFirst() |
void |
testPluginClassLoaderOverridesContainerClassesWithInnerJarClasses() |
public void testPluginClassLoaderFindsInnerJars()
public void testPluginClassLoaderLoadsResourceFromOuterJarFirst()
throws Exception
Exceptionpublic void testPluginClassLoaderLoadsClassFromOuterJar()
throws Exception
Exceptionpublic void testPluginClassLoaderHandlesDeletedExtractedInnerJars()
throws Exception
Exceptionpublic void testPluginClassLoaderExtractsInnerJarsToSpecifiedDirectory()
public void testPluginClassLoaderDetectsMissingTempDirectory()
public void testPluginClassLoaderLoadsResourceFromInnerJarIfNotInOuterJar()
throws Exception
Exceptionpublic void testPluginClassLoaderDoesNotSwallowClassesFromADifferentClassLoader()
throws Exception
Exceptionpublic void testPluginClassLoaderOverridesContainerClassesWithInnerJarClasses()
throws Exception
ExceptionCopyright © 2019 Atlassian. All rights reserved.