org.apache.pluto.testsuite.test
Class SimpleAttributeTest
java.lang.Object
org.apache.pluto.testsuite.test.AbstractReflectivePortletTest
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SimpleAttributeTest
public SimpleAttributeTest()
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-2010 Apache Software Foundation. All Rights Reserved.