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

java.lang.Object
  extended byorg.apache.pluto.portalImpl.portlet.test.AbstractReflectivePortletTest
All Implemented Interfaces:
PortletTest
Direct Known Subclasses:
ActionAbstractReflectivePortletTest, ComplexAttributeTest, ContextInitParameterTest, ExternalAppScopedAttributeTest, MiscTest, SecurityMappingTest, SimpleAttributeTest, SimpleParameterTest

public abstract class AbstractReflectivePortletTest
extends java.lang.Object
implements PortletTest

Author:
David H. DeWolf

Constructor Summary
AbstractReflectivePortletTest()
           
 
Method Summary
 TestResults doTest(javax.portlet.PortletContext context, javax.portlet.PortletRequest req, javax.portlet.PortletResponse res)
           
 java.util.Map getRenderParameters(javax.portlet.PortletRequest req)
           
 TestResult invoke(java.lang.reflect.Method method, javax.portlet.PortletContext context, javax.portlet.PortletRequest req, javax.portlet.PortletResponse res)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.pluto.portalImpl.portlet.test.PortletTest
getTestSuiteName
 

Constructor Detail

AbstractReflectivePortletTest

public AbstractReflectivePortletTest()
Method Detail

doTest

public TestResults doTest(javax.portlet.PortletContext context,
                          javax.portlet.PortletRequest req,
                          javax.portlet.PortletResponse res)
Specified by:
doTest in interface PortletTest

invoke

public TestResult invoke(java.lang.reflect.Method method,
                         javax.portlet.PortletContext context,
                         javax.portlet.PortletRequest req,
                         javax.portlet.PortletResponse res)
                  throws java.lang.IllegalAccessException,
                         java.lang.reflect.InvocationTargetException
Throws:
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException

getRenderParameters

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


Copyright © 2003-2004 . All Rights Reserved.