org.apache.tapestry.record
Class PageClientPropertyPersistenceScopeTest

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

public class PageClientPropertyPersistenceScopeTest
extends BaseComponentTestCase

Tests for PageClientPropertyPersistenceScope.

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
PageClientPropertyPersistenceScopeTest()
           
 
Method Summary
protected  IRequestCycle newCycle()
           
protected  IPage newPage()
           
 void testConstructParameterName()
           
 void testExtractPageName()
           
 void testIsParameterForScope()
           
 void testShouldEncodeState()
           
 void testShouldEncodeStateDifferentPage()
           
 void testShouldEncodeStateNoActivePage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageClientPropertyPersistenceScopeTest

public PageClientPropertyPersistenceScopeTest()
Method Detail

newCycle

protected IRequestCycle newCycle()

newPage

protected IPage newPage()

testConstructParameterName

public void testConstructParameterName()

testIsParameterForScope

public void testIsParameterForScope()

testExtractPageName

public void testExtractPageName()

testShouldEncodeState

public void testShouldEncodeState()

testShouldEncodeStateDifferentPage

public void testShouldEncodeStateDifferentPage()

testShouldEncodeStateNoActivePage

public void testShouldEncodeStateNoActivePage()


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