org.apache.tapestry.portlet
Class PortletWebSessionTest

java.lang.Object
  extended by BaseComponentTestCase
      extended by org.apache.tapestry.portlet.BasePortletWebTestCase
          extended by org.apache.tapestry.portlet.PortletWebSessionTest

public class PortletWebSessionTest
extends BasePortletWebTestCase

Tests for PortletWebSession.

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
PortletWebSessionTest()
           
 
Method Summary
 void testGetAttribute()
           
 void testGetAttributeNames()
           
 void testGetId()
           
 void testInvalidate()
           
 void testSetAttribute()
           
 
Methods inherited from class org.apache.tapestry.portlet.BasePortletWebTestCase
checkList, newEnumeration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletWebSessionTest

public PortletWebSessionTest()
Method Detail

testGetAttributeNames

public void testGetAttributeNames()

testGetAttribute

public void testGetAttribute()

testSetAttribute

public void testSetAttribute()

testGetId

public void testGetId()

testInvalidate

public void testInvalidate()


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.