org.apache.pluto.portalImpl.portlet.test
Class SimpleParameterTest

java.lang.Object
  extended byorg.apache.pluto.portalImpl.portlet.test.AbstractReflectivePortletTest
      extended byorg.apache.pluto.portalImpl.portlet.test.SimpleParameterTest
All Implemented Interfaces:
PortletTest

public class SimpleParameterTest
extends AbstractReflectivePortletTest

Author:
David H. DeWolf

Field Summary
static java.lang.String KEY
           
static java.lang.String VALUE
           
 
Constructor Summary
SimpleParameterTest()
           
 
Method Summary
protected  TestResult checkInternalRenderParameters(javax.portlet.PortletRequest req)
           
protected  TestResult checkParameterNames(javax.portlet.PortletRequest req)
           
protected  TestResult checkSentParameters(javax.portlet.PortletRequest req)
           
 java.util.Map getRenderParameters(javax.portlet.PortletRequest req)
           
 java.lang.String getTestSuiteName()
           
 
Methods inherited from class org.apache.pluto.portalImpl.portlet.test.AbstractReflectivePortletTest
doTest, getInitParameters, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY

public static final java.lang.String KEY
See Also:
Constant Field Values

VALUE

public static final java.lang.String VALUE
See Also:
Constant Field Values
Constructor Detail

SimpleParameterTest

public SimpleParameterTest()
Method Detail

getTestSuiteName

public java.lang.String getTestSuiteName()

getRenderParameters

public java.util.Map getRenderParameters(javax.portlet.PortletRequest req)
Specified by:
getRenderParameters in interface PortletTest
Overrides:
getRenderParameters in class AbstractReflectivePortletTest

checkSentParameters

protected TestResult checkSentParameters(javax.portlet.PortletRequest req)

checkInternalRenderParameters

protected TestResult checkInternalRenderParameters(javax.portlet.PortletRequest req)

checkParameterNames

protected TestResult checkParameterNames(javax.portlet.PortletRequest req)


Copyright © 2003-2004 . All Rights Reserved.