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

java.lang.Object
  extended by org.apache.pluto.portalImpl.portlet.test.AbstractReflectivePortletTest
      extended by org.apache.pluto.portalImpl.portlet.test.MiscTest
All Implemented Interfaces:
PortletTest

public class MiscTest
extends AbstractReflectivePortletTest

Author:
David H. DeWolf

Constructor Summary
MiscTest()
           
 
Method Summary
protected  TestResult checkContextMajorVersion(javax.portlet.PortletContext ctx)
           
protected  TestResult checkContextMinorVersion(javax.portlet.PortletContext ctx)
           
protected  TestResult checkContextServerInfo(javax.portlet.PortletContext ctx)
           
protected  TestResult checkPortalInfo(javax.portlet.PortletRequest req)
           
protected  TestResult checkSupportedModes(javax.portlet.PortletRequest req)
          Test to ensure that the basic modes are supported.
protected  TestResult checkSupportedWindowSates(javax.portlet.PortletRequest req)
           
 java.lang.String getTestSuiteName()
           
 
Methods inherited from class org.apache.pluto.portalImpl.portlet.test.AbstractReflectivePortletTest
doTest, getConfig, getInitParameters, getRenderParameters, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MiscTest

public MiscTest()
Method Detail

getTestSuiteName

public java.lang.String getTestSuiteName()

checkContextMajorVersion

protected TestResult checkContextMajorVersion(javax.portlet.PortletContext ctx)

checkContextMinorVersion

protected TestResult checkContextMinorVersion(javax.portlet.PortletContext ctx)

checkContextServerInfo

protected TestResult checkContextServerInfo(javax.portlet.PortletContext ctx)

checkPortalInfo

protected TestResult checkPortalInfo(javax.portlet.PortletRequest req)

checkSupportedModes

protected TestResult checkSupportedModes(javax.portlet.PortletRequest req)
Test to ensure that the basic modes are supported.

Parameters:
req -
Returns:

checkSupportedWindowSates

protected TestResult checkSupportedWindowSates(javax.portlet.PortletRequest req)


Copyright © 2003-2010 . All Rights Reserved.