it.com.atlassian.plugin.servlet
Class TestDelegatingPluginServlet
java.lang.Object
it.com.atlassian.plugin.servlet.TestDelegatingPluginServlet
public class TestDelegatingPluginServlet
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestDelegatingPluginServlet
public TestDelegatingPluginServlet()
setUp
public void setUp()
throws Exception
- Throws:
Exception
testInitCalledWithPluginClassLoaderAsThreadClassLoader
public void testInitCalledWithPluginClassLoaderAsThreadClassLoader()
throws Exception
- Test to make sure the plugin class loader is set for the thread context class loader when init is called.
- Throws:
Exception - on test error
testServiceCalledWithPluginClassLoaderAsThreadClassLoader
public void testServiceCalledWithPluginClassLoaderAsThreadClassLoader()
throws Exception
- Test to make sure the plugin class loader is set for the thread context class loader when service is called.
- Throws:
Exception - on test error
testServiceCalledWithWrappedRequest
public void testServiceCalledWithWrappedRequest()
throws Exception
- Test to make sure the servlet is called with our request wrapper.
- Throws:
Exception - on test error
Copyright © 2015 Atlassian. All rights reserved.