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  org.apache.tapestry.IRequestCycle newCycle()
           
protected  org.apache.tapestry.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 org.apache.tapestry.IRequestCycle newCycle()

newPage

protected org.apache.tapestry.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-2008 Apache Software Foundation. All Rights Reserved.