org.apache.tapestry.web
Class ServletWebSessionTest

java.lang.Object
  extended by BaseComponentTestCase
      extended by org.apache.tapestry.web.BaseWebTestCase
          extended by org.apache.tapestry.web.ServletWebSessionTest

public class ServletWebSessionTest
extends BaseWebTestCase

Tests for ServletWebSession.

Since:
4.0
Author:
Howard M. Lewis Ship

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

Constructor Detail

ServletWebSessionTest

public ServletWebSessionTest()
Method Detail

testGetAttributeNames

public void testGetAttributeNames()

testGetAttribute

public void testGetAttribute()

testSetAttribute

public void testSetAttribute()

testSetAttributeToNull

public void testSetAttributeToNull()

testGetId

public void testGetId()

testInvalidate

public void testInvalidate()


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