com.atlassian.plugin.servlet
Class TestPluginHttpRequestWrapper

java.lang.Object
  extended by com.atlassian.plugin.servlet.TestPluginHttpRequestWrapper

public class TestPluginHttpRequestWrapper
extends Object


Constructor Summary
TestPluginHttpRequestWrapper()
           
 
Method Summary
 void testExactPathMatching()
           
 void testForwardScenario()
           
 void testGetSession()
           
 void testGetSessionFalse()
           
 void testGetSessionTrue()
           
 void testPrefixingWildcardsMatching()
           
 void testWildcardMatching()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestPluginHttpRequestWrapper

public TestPluginHttpRequestWrapper()
Method Detail

testForwardScenario

public void testForwardScenario()
                         throws Exception
Throws:
Exception

testWildcardMatching

public void testWildcardMatching()

testExactPathMatching

public void testExactPathMatching()

testGetSessionFalse

public void testGetSessionFalse()
                         throws Exception
Throws:
Exception

testGetSession

public void testGetSession()
                    throws Exception
Throws:
Exception

testGetSessionTrue

public void testGetSessionTrue()
                        throws Exception
Throws:
Exception

testPrefixingWildcardsMatching

public void testPrefixingWildcardsMatching()


Copyright © 2015 Atlassian. All rights reserved.