public class TestDelegatingPluginFilter extends Object
| Modifier and Type | Field and Description |
|---|---|
org.junit.rules.ExpectedException |
expectedException |
| Constructor and Description |
|---|
TestDelegatingPluginFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
pluginCanBeUninstalledFromFilterChain() |
void |
setUp() |
void |
testClassLoaderResetDuringFilterChainExecution() |
void |
testPluginClassLoaderIsRestoredProperlyWhenAnExceptionIsThrownFromFilter() |
void |
testPluginClassLoaderIsThreadContextClassLoaderWhenFiltering() |
void |
testPluginClassLoaderIsThreadContextLoaderWhenFiltersInChainAreFromDifferentPlugins() |
public void setUp()
public void testPluginClassLoaderIsThreadContextClassLoaderWhenFiltering()
throws Exception
Exceptionpublic void testClassLoaderResetDuringFilterChainExecution()
throws Exception
Exceptionpublic void testPluginClassLoaderIsThreadContextLoaderWhenFiltersInChainAreFromDifferentPlugins()
throws Exception
Exceptionpublic void testPluginClassLoaderIsRestoredProperlyWhenAnExceptionIsThrownFromFilter()
throws Exception
ExceptionCopyright © 2019 Atlassian. All rights reserved.