org.apache.pluto.testsuite.test
Class DispatcherRenderParameterTest
java.lang.Object
org.apache.pluto.testsuite.test.AbstractReflectivePortletTest
org.apache.pluto.testsuite.test.DispatcherRenderParameterTest
- All Implemented Interfaces:
- PortletTest
public class DispatcherRenderParameterTest
- extends AbstractReflectivePortletTest
- Since:
- Mar 9, 2005
- Version:
- 1.0
RESULT_KEY
public static final String RESULT_KEY
DispatcherRenderParameterTest
public DispatcherRenderParameterTest()
getRenderParameters
public Map<String,String[]> getRenderParameters(PortletRequest request)
- Overwrites
super.getRenderParameters(..)
to set the
test-specific render parameter in the render URL.
- Specified by:
getRenderParameters
in interface PortletTest
- Overrides:
getRenderParameters
in class AbstractReflectivePortletTest
- Parameters:
request
- the portlet request.
- Returns:
- an empty Map object.
checkParameters
protected TestResult checkParameters(PortletContext context,
PortletRequest request,
PortletResponse response)
throws IOException,
PortletException
- Throws:
IOException
PortletException
checkSameNameParameter
protected TestResult checkSameNameParameter(PortletContext context,
PortletRequest request,
PortletResponse response)
throws IOException,
PortletException
- Throws:
IOException
PortletException
checkAddedSameNameParameter
protected TestResult checkAddedSameNameParameter(PortletContext context,
PortletRequest request,
PortletResponse response)
throws IOException,
PortletException
- Throws:
IOException
PortletException
checkInvalidParameters
protected TestResult checkInvalidParameters(PortletContext context,
PortletRequest request,
PortletResponse response)
throws IOException,
PortletException
- Throws:
IOException
PortletException
Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.