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

All Known Subinterfaces:
ActionTest
All Known Implementing Classes:
AbstractReflectivePortletTest, ActionAbstractReflectivePortletTest, NoOpTest, 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)
           
 TestConfig getConfig()
           
 java.util.Map getRenderParameters(javax.portlet.PortletRequest req)
           
 java.lang.String getTestSuiteName()
           
 void init(TestConfig config)
           
 

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(TestConfig config)

getConfig

public TestConfig getConfig()


Copyright © 2003-2006 . All Rights Reserved.