org.apache.tapestry.valid
Class TestValidField

java.lang.Object
  extended by BaseComponentTestCase
      extended by org.apache.tapestry.form.BaseFormComponentTestCase
          extended by org.apache.tapestry.valid.TestValidField

public class TestValidField
extends BaseFormComponentTestCase

Tests for ValidField.

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
TestValidField()
           
 
Method Summary
 void testFormNotRewinding()
          Check when the form is not rewinding, but the cycle is rewinding (a whole page rewind care of the action service).
 void testRender()
           
 void testRenderNull()
           
 void testRenderWithError()
           
 void testRewind()
           
 void testRewindNoValidator()
           
 void testWasPrerendered()
           
 
Methods inherited from class org.apache.tapestry.form.BaseFormComponentTestCase
newBinding, newDelegate, newField, newForm, newListener, trainGetDelegate, trainGetElementId, trainGetForm, trainGetParameter, trainIsInError, trainIsRewinding, trainWasPrerendered
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestValidField

public TestValidField()
Method Detail

testWasPrerendered

public void testWasPrerendered()

testFormNotRewinding

public void testFormNotRewinding()
Check when the form is not rewinding, but the cycle is rewinding (a whole page rewind care of the action service).


testRewind

public void testRewind()
                throws Exception
Throws:
Exception

testRewindNoValidator

public void testRewindNoValidator()

testRender

public void testRender()

testRenderNull

public void testRenderNull()

testRenderWithError

public void testRenderWithError()


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