org.apache.tapestry.web
Class TestServletWebRequest

java.lang.Object
  extended by BaseComponentTestCase
      extended by org.apache.tapestry.web.BaseWebTestCase
          extended by org.apache.tapestry.web.TestServletWebRequest

public class TestServletWebRequest
extends BaseWebTestCase

Tests for ServletWebRequest.

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
TestServletWebRequest()
           
 
Method Summary
 void testForwardExternal()
           
 void testForwardExternalFailure()
           
 void testForwardInternal()
           
 void testForwardInternalFailure()
           
 void testForwardInternalNoDispatcher()
           
 void testForwardNull()
           
 void testGetActivationPath()
           
 void testGetAttribute()
           
 void testGetAttributeNames()
           
 void testGetContextPath()
           
 void testGetParameterNames()
           
 void testGetParameterValue()
           
 void testGetParameterValues()
           
 void testGetPathInfo()
           
 void testGetRequestURI()
           
 void testGetScheme()
           
 void testGetServerName()
           
 void testGetServerPort()
           
 void testGetSession()
           
 void testSetAttribute()
           
 void testSetAttributeToNull()
           
 
Methods inherited from class org.apache.tapestry.web.BaseWebTestCase
checkList, newEnumeration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestServletWebRequest

public TestServletWebRequest()
Method Detail

testGetParameterNames

public void testGetParameterNames()

testGetParameterValue

public void testGetParameterValue()

testGetParameterValues

public void testGetParameterValues()

testGetContextPath

public void testGetContextPath()

testGetAttributeNames

public void testGetAttributeNames()

testGetAttribute

public void testGetAttribute()

testSetAttribute

public void testSetAttribute()

testSetAttributeToNull

public void testSetAttributeToNull()

testGetSession

public void testGetSession()

testGetScheme

public void testGetScheme()

testGetServerName

public void testGetServerName()

testGetServerPort

public void testGetServerPort()

testGetRequestURI

public void testGetRequestURI()

testForwardInternal

public void testForwardInternal()
                         throws Exception
Throws:
Exception

testForwardNull

public void testForwardNull()
                     throws Exception
Throws:
Exception

testForwardInternalNoDispatcher

public void testForwardInternalNoDispatcher()
                                     throws Exception
Throws:
Exception

testForwardInternalFailure

public void testForwardInternalFailure()
                                throws Exception
Throws:
Exception

testForwardExternal

public void testForwardExternal()
                         throws Exception
Throws:
Exception

testForwardExternalFailure

public void testForwardExternalFailure()
                                throws Exception
Throws:
Exception

testGetActivationPath

public void testGetActivationPath()

testGetPathInfo

public void testGetPathInfo()


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.