org.apache.pluto.testsuite.test
Class SimpleAttributeTest

java.lang.Object
  extended by org.apache.pluto.testsuite.test.AbstractReflectivePortletTest
      extended by org.apache.pluto.testsuite.test.SimpleAttributeTest
All Implemented Interfaces:
PortletTest

public class SimpleAttributeTest
extends AbstractReflectivePortletTest

Tests basic attribute retrieval and storage functions within the portlet request, session, and context objects.


Constructor Summary
SimpleAttributeTest()
           
 
Method Summary
protected  TestResult checkEnumerateAttributes(PortletRequest req)
           
protected  TestResult checkEnumerateAttributes(PortletSession session)
           
protected  TestResult checkEnumerateAttributesInContext(PortletContext context)
           
protected  TestResult checkGetNullAttribute(PortletContext context)
           
protected  TestResult checkGetNullAttribute(PortletRequest req)
           
protected  TestResult checkGetNullAttribute(PortletSession session)
           
protected  TestResult checkRemoveAttribute(PortletContext context)
           
protected  TestResult checkRemoveAttribute(PortletRequest req)
           
protected  TestResult checkRemoveAttribute(PortletSession session)
           
protected  TestResult checkSetAttribute(PortletContext context)
           
protected  TestResult checkSetAttribute(PortletRequest req)
           
protected  TestResult checkSetAttribute(PortletSession session)
           
 
Methods inherited from class org.apache.pluto.testsuite.test.AbstractReflectivePortletTest
doHeaders, doTest, getConfig, getInitParameters, getRenderParameters, getTestSuiteName, init, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleAttributeTest

public SimpleAttributeTest()
Method Detail

checkGetNullAttribute

protected TestResult checkGetNullAttribute(PortletRequest req)

checkSetAttribute

protected TestResult checkSetAttribute(PortletRequest req)

checkRemoveAttribute

protected TestResult checkRemoveAttribute(PortletRequest req)

checkEnumerateAttributes

protected TestResult checkEnumerateAttributes(PortletRequest req)

checkGetNullAttribute

protected TestResult checkGetNullAttribute(PortletSession session)

checkSetAttribute

protected TestResult checkSetAttribute(PortletSession session)

checkRemoveAttribute

protected TestResult checkRemoveAttribute(PortletSession session)

checkEnumerateAttributes

protected TestResult checkEnumerateAttributes(PortletSession session)

checkGetNullAttribute

protected TestResult checkGetNullAttribute(PortletContext context)

checkSetAttribute

protected TestResult checkSetAttribute(PortletContext context)

checkRemoveAttribute

protected TestResult checkRemoveAttribute(PortletContext context)

checkEnumerateAttributesInContext

protected TestResult checkEnumerateAttributesInContext(PortletContext context)


Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.