org.apache.pluto.testsuite.test
Class RenderParameterTest

java.lang.Object
  extended by org.apache.pluto.testsuite.test.AbstractReflectivePortletTest
      extended by org.apache.pluto.testsuite.test.RenderParameterTest
All Implemented Interfaces:
PortletTest

public class RenderParameterTest
extends AbstractReflectivePortletTest


Constructor Summary
RenderParameterTest()
           
 
Method Summary
protected  TestResult checkActionParametersNotHere(PortletRequest request)
           
protected  TestResult checkParameterMap(PortletRequest request)
           
protected  TestResult checkParameterNames(PortletRequest request)
           
protected  TestResult checkRenderParameterValue(PortletRequest request)
           
protected  TestResult checkRenderParameterValues(PortletRequest request)
           
 java.util.Map<java.lang.String,java.lang.String[]> getRenderParameters(PortletRequest request)
          Returns the render parameters that will be set into the render request.
 
Methods inherited from class org.apache.pluto.testsuite.test.AbstractReflectivePortletTest
doHeaders, doTest, getConfig, getInitParameters, getTestSuiteName, init, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RenderParameterTest

public RenderParameterTest()
Method Detail

getRenderParameters

public java.util.Map<java.lang.String,java.lang.String[]> getRenderParameters(PortletRequest request)
Description copied from class: AbstractReflectivePortletTest
Returns the render parameters that will be set into the render request. The default implementation just returns an empty Map object. This method may be overwritten by some concrete test to provide test-specific render parameters.

Specified by:
getRenderParameters in interface PortletTest
Overrides:
getRenderParameters in class AbstractReflectivePortletTest
Parameters:
request - the portlet request.
Returns:
an empty Map object.

checkActionParametersNotHere

protected TestResult checkActionParametersNotHere(PortletRequest request)

checkRenderParameterValue

protected TestResult checkRenderParameterValue(PortletRequest request)

checkRenderParameterValues

protected TestResult checkRenderParameterValues(PortletRequest request)

checkParameterMap

protected TestResult checkParameterMap(PortletRequest request)

checkParameterNames

protected TestResult checkParameterNames(PortletRequest request)


Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.