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(WebSession session,
String name,
Object attribute)
testStore
public void testStore()
newSession
protected WebSession newSession()
newOptimized
protected SessionStoreOptimized newOptimized(boolean dirty)
testStoreOptimizedClean
public void testStoreOptimizedClean()
testStoreOptimizedDirty
public void testStoreOptimizedDirty()
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.