com.atlassian.plugin.servlet
Class TestPluginHttpRequestWrapper

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.atlassian.plugin.servlet.TestPluginHttpRequestWrapper
All Implemented Interfaces:
junit.framework.Test

public class TestPluginHttpRequestWrapper
extends junit.framework.TestCase


Constructor Summary
TestPluginHttpRequestWrapper()
           
 
Method Summary
 void testExactPathMatching()
           
 void testGetSession()
           
 void testGetSessionFalse()
           
 void testGetSessionTrue()
           
 void testWildcardMatching()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestPluginHttpRequestWrapper

public TestPluginHttpRequestWrapper()
Method Detail

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


Copyright © 2011 Atlassian. All Rights Reserved.