org.apache.tapestry.engine.state
Class TestSessionScopeManager
java.lang.Object
BaseComponentTestCase
org.apache.tapestry.engine.state.TestSessionScopeManager
public class TestSessionScopeManager
- extends BaseComponentTestCase
Tests for SessionScopeManager
.
- Since:
- 4.0
- Author:
- Howard M. Lewis Ship
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestSessionScopeManager
public TestSessionScopeManager()
testExistsNoSession
public void testExistsNoSession()
testExistsMissing
public void testExistsMissing()
testExists
public void testExists()
testGetExists
public void testGetExists()
testGetAndCreate
public void testGetAndCreate()
trainGetAttribute
protected void trainGetAttribute(org.apache.tapestry.web.WebSession session,
String name,
Object attribute)
testStore
public void testStore()
newSession
protected org.apache.tapestry.web.WebSession newSession()
newOptimized
protected org.apache.tapestry.SessionStoreOptimized newOptimized(boolean dirty)
testStoreOptimizedClean
public void testStoreOptimizedClean()
testStoreOptimizedDirty
public void testStoreOptimizedDirty()
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.