org.apache.tapestry.web
Class TestServletWebRequest
java.lang.Object
BaseComponentTestCase
org.apache.tapestry.web.BaseWebTestCase
org.apache.tapestry.web.TestServletWebRequest
public class TestServletWebRequest
- extends BaseWebTestCase
Tests for ServletWebRequest
.
- Since:
- 4.0
- Author:
- Howard M. Lewis Ship
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestServletWebRequest
public TestServletWebRequest()
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.