org.apache.pluto.portalImpl.portlet.test
Interface PortletTest

All Known Subinterfaces:
ActionTest
All Known Implementing Classes:
AbstractReflectivePortletTest, ActionAbstractReflectivePortletTest, SimplePreferenceTest

public interface PortletTest

Author:
David H. DeWolf

Method Summary
 TestResults doTest(javax.portlet.PortletConfig config, javax.portlet.PortletContext context, javax.portlet.PortletRequest req, javax.portlet.PortletResponse res)
           
 java.util.Map getRenderParameters(javax.portlet.PortletRequest req)
           
 java.lang.String getTestSuiteName()
           
 void init(java.util.Map initParameters)
           
 

Method Detail

getTestSuiteName

public java.lang.String getTestSuiteName()

getRenderParameters

public java.util.Map getRenderParameters(javax.portlet.PortletRequest req)

doTest

public TestResults doTest(javax.portlet.PortletConfig config,
                          javax.portlet.PortletContext context,
                          javax.portlet.PortletRequest req,
                          javax.portlet.PortletResponse res)

init

public void init(java.util.Map initParameters)


Copyright © 2003-2004 . All Rights Reserved.