org.apache.tapestry.form.validator
Class TestValidatorWrapper

java.lang.Object
  extended by BaseComponentTestCase
      extended by org.apache.tapestry.form.validator.BaseValidatorTestCase
          extended by org.apache.tapestry.form.validator.TestValidatorWrapper

public class TestValidatorWrapper
extends BaseValidatorTestCase

Tests for AbstractValidatorWrapper

Since:
4.0
Author:
Howard Lewis Ship

Nested Class Summary
static class TestValidatorWrapper.Fixture
           
 
Constructor Summary
TestValidatorWrapper()
           
 
Method Summary
 void testGetAcceptsNull()
           
 void testIsRequired()
           
 void testRenderContribution()
           
 void testValidate()
           
 
Methods inherited from class org.apache.tapestry.form.validator.BaseValidatorTestCase
newContext, newField, newField, newField, newField, newField, newField, newMessages, newMessages, trainFormatMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestValidatorWrapper

public TestValidatorWrapper()
Method Detail

testValidate

public void testValidate()
                  throws Exception
Throws:
Exception

testRenderContribution

public void testRenderContribution()

testGetAcceptsNull

public void testGetAcceptsNull()

testIsRequired

public void testIsRequired()


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