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, DispatcherRenderParameterTest, ExternalAppScopedAttributeTest, MiscTest, ResourceBundleTest, SecurityMappingTest, SimpleAttributeTest, SimpleParameterTest, SimpleRenderParameterTest

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

Author:
David H. DeWolf

Constructor Summary
AbstractReflectivePortletTest()
           
 
Method Summary
 TestResults doTest(javax.portlet.PortletConfig config, javax.portlet.PortletContext context, javax.portlet.PortletRequest req, javax.portlet.PortletResponse res)
           
 TestConfig getConfig()
           
 java.util.Map getInitParameters()
           
 java.util.Map getRenderParameters(javax.portlet.PortletRequest req)
           
 void init(TestConfig config)
           
 
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.PortletConfig config,
                          javax.portlet.PortletContext context,
                          javax.portlet.PortletRequest req,
                          javax.portlet.PortletResponse res)
Specified by:
doTest in interface PortletTest

init

public void init(TestConfig config)
Specified by:
init in interface PortletTest

getRenderParameters

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

getInitParameters

public java.util.Map getInitParameters()

getConfig

public TestConfig getConfig()
Specified by:
getConfig in interface PortletTest


Copyright © 2003-2007 . All Rights Reserved.