org.apache.pluto.portalImpl.portlet.test
Class NoOpTest

java.lang.Object
  extended byorg.apache.pluto.portalImpl.portlet.test.NoOpTest
All Implemented Interfaces:
PortletTest

public class NoOpTest
extends java.lang.Object
implements PortletTest

Since:
Mar 9, 2005
Version:
1.0
Author:
David H. DeWolf

Constructor Summary
NoOpTest()
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoOpTest

public NoOpTest()
Method Detail

getTestSuiteName

public java.lang.String getTestSuiteName()
Specified by:
getTestSuiteName in interface PortletTest

getRenderParameters

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

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

getConfig

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


Copyright © 2003-2007 . All Rights Reserved.