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

All Known Subinterfaces:
ActionTest
All Known Implementing Classes:
AbstractReflectivePortletTest, ActionAbstractReflectivePortletTest, ComplexAttributeTest, ContextInitParameterTest, DispatcherRenderParameterTest, ExternalAppScopedAttributeTest, MiscTest, NoOpTest, ResourceBundleTest, SecurityMappingTest, SimpleActionParameterTest, SimpleAttributeTest, SimpleParameterTest, SimplePreferenceTest, SimpleRenderParameterTest

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

java.lang.String getTestSuiteName()

getRenderParameters

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

doTest

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

init

void init(TestConfig config)

getConfig

TestConfig getConfig()


Copyright © 2003-2011 . All Rights Reserved.