org.apache.pluto.testsuite.test
Class ExternalAppScopedAttributeTest

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

public class ExternalAppScopedAttributeTest
extends AbstractReflectivePortletTest


Nested Class Summary
static class ExternalAppScopedAttributeTest.CompanionServlet
          The companion servlet that cooperates with this portlet test.
 
Field Summary
static java.lang.String EXT_KEY
           
static java.lang.String INT_KEY
           
static java.lang.String VALUE
           
 
Constructor Summary
ExternalAppScopedAttributeTest()
           
 
Method Summary
protected  TestResult checkSetAppScopedAttributeElsewhereSeenHere(PortletSession session)
           
protected  TestResult checkSetAppScopedAttributeHereSeenElsewhere(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
 

Field Detail

INT_KEY

public static final java.lang.String INT_KEY
See Also:
Constant Field Values

EXT_KEY

public static final java.lang.String EXT_KEY
See Also:
Constant Field Values

VALUE

public static final java.lang.String VALUE
See Also:
Constant Field Values
Constructor Detail

ExternalAppScopedAttributeTest

public ExternalAppScopedAttributeTest()
Method Detail

checkSetAppScopedAttributeHereSeenElsewhere

protected TestResult checkSetAppScopedAttributeHereSeenElsewhere(PortletSession session)

checkSetAppScopedAttributeElsewhereSeenHere

protected TestResult checkSetAppScopedAttributeElsewhereSeenHere(PortletSession session)


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