org.apache.pluto.testsuite.test
Class ActionParameterTest

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

public class ActionParameterTest
extends AbstractReflectivePortletTest


Field Summary
static String KEY
          Parameter key encoded in the action URL.
static String VALUE
          Parameter value encoded in the action URL.
 
Constructor Summary
ActionParameterTest()
           
 
Method Summary
protected  TestResult checkGetActionParamerMap(ActionRequest request)
           
protected  TestResult checkGetActionParameter(ActionRequest request)
           
protected  TestResult checkParameterNames(ActionRequest request)
           
 
Methods inherited from class org.apache.pluto.testsuite.test.AbstractReflectivePortletTest
doHeaders, doTest, getConfig, getInitParameters, getRenderParameters, getTestSuiteName, init, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

KEY

public static final String KEY
Parameter key encoded in the action URL.

See Also:
Constant Field Values

VALUE

public static final String VALUE
Parameter value encoded in the action URL.

See Also:
Constant Field Values
Constructor Detail

ActionParameterTest

public ActionParameterTest()
Method Detail

checkGetActionParameter

protected TestResult checkGetActionParameter(ActionRequest request)

checkGetActionParamerMap

protected TestResult checkGetActionParamerMap(ActionRequest request)

checkParameterNames

protected TestResult checkParameterNames(ActionRequest request)


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