org.apache.tapestry.record
Class SessionPropertyPersistenceStrategyTest

java.lang.Object
  extended by BaseComponentTestCase
      extended by org.apache.tapestry.record.SessionPropertyPersistenceStrategyTest

public class SessionPropertyPersistenceStrategyTest
extends BaseComponentTestCase

Tests for SessionPropertyPersistenceStrategy.

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
SessionPropertyPersistenceStrategyTest()
           
 
Method Summary
 void testAddParametersDoesNothing()
           
 void testClearPageProperty()
           
 void testDiscardChangesNoMatch()
           
 void testDiscardChangesNoSession()
           
 void testDiscardChangesWithMatch()
           
 void testGetStoreChangesNoMatch()
           
 void testGetStoredChangesNoSession()
           
 void testGetStoredComponentProperty()
           
 void testGetStoredPageProperty()
           
 void testStoreComponentProperty()
           
 void testStorePageProperty()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionPropertyPersistenceStrategyTest

public SessionPropertyPersistenceStrategyTest()
Method Detail

testAddParametersDoesNothing

public void testAddParametersDoesNothing()

testClearPageProperty

public void testClearPageProperty()

testDiscardChangesNoMatch

public void testDiscardChangesNoMatch()

testDiscardChangesNoSession

public void testDiscardChangesNoSession()

testDiscardChangesWithMatch

public void testDiscardChangesWithMatch()

testGetStoreChangesNoMatch

public void testGetStoreChangesNoMatch()

testGetStoredChangesNoSession

public void testGetStoredChangesNoSession()

testGetStoredComponentProperty

public void testGetStoredComponentProperty()

testGetStoredPageProperty

public void testGetStoredPageProperty()

testStoreComponentProperty

public void testStoreComponentProperty()

testStorePageProperty

public void testStorePageProperty()


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