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.PortletContext context, javax.portlet.PortletRequest req, javax.portlet.PortletResponse res)
           
 java.util.Map getRenderParameters(javax.portlet.PortletRequest req)
           
 java.lang.String getTestSuiteName()
           
 

Method Detail

getTestSuiteName

public java.lang.String getTestSuiteName()

getRenderParameters

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

doTest

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


Copyright © 2003-2004 . All Rights Reserved.