org.apache.tapestry.record
Class TestPageRecorder

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

public class TestPageRecorder
extends BaseComponentTestCase

Tests for PageRecorderImpl.

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
TestPageRecorder()
           
 
Method Summary
 void testChangeToNonSpecifiedProperty()
           
 void testChangeWhileLocked()
           
 void testGetChanges()
           
 void testObserveChange()
           
 void testRollbackComponentProperty()
           
 void testRollbackPageProperty()
           
 void testUnknownStategy()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestPageRecorder

public TestPageRecorder()
Method Detail

testGetChanges

public void testGetChanges()

testObserveChange

public void testObserveChange()

testUnknownStategy

public void testUnknownStategy()

testRollbackPageProperty

public void testRollbackPageProperty()

testRollbackComponentProperty

public void testRollbackComponentProperty()

testChangeWhileLocked

public void testChangeWhileLocked()

testChangeToNonSpecifiedProperty

public void testChangeToNonSpecifiedProperty()


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