org.apache.tapestry.form
Class TestValidatableFieldSupportImpl

java.lang.Object
  extended by BaseComponentTestCase
      extended by org.apache.tapestry.form.TestValidatableFieldSupportImpl

public class TestValidatableFieldSupportImpl
extends BaseComponentTestCase

Test case for ValidatableFieldSupportImpl.

Since:
4.0
Author:
Paul Ferraro

Constructor Summary
TestValidatableFieldSupportImpl()
           
 
Method Summary
 void testIsRequiredNoRequiredValidators()
           
 void testIsRequiredNoValidators()
           
 void testIsRequiredWithRequiredValidator()
           
 void testRenderContributionsClientValidationDisabled()
           
 void testRenderContributionsClientValidationEnabled()
           
 void testRenderContributionsClientValidationEnabledNoValidators()
           
 void testValidate()
           
 void testValidateAcceptNull()
           
 void testValidateFailed()
           
 void testValidateNoValidators()
           
 void testValidateRejectNull()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestValidatableFieldSupportImpl

public TestValidatableFieldSupportImpl()
Method Detail

testRenderContributionsClientValidationDisabled

public void testRenderContributionsClientValidationDisabled()

testRenderContributionsClientValidationEnabledNoValidators

public void testRenderContributionsClientValidationEnabledNoValidators()

testRenderContributionsClientValidationEnabled

public void testRenderContributionsClientValidationEnabled()

testValidate

public void testValidate()

testValidateFailed

public void testValidateFailed()

testValidateNoValidators

public void testValidateNoValidators()

testValidateAcceptNull

public void testValidateAcceptNull()

testValidateRejectNull

public void testValidateRejectNull()

testIsRequiredNoValidators

public void testIsRequiredNoValidators()

testIsRequiredNoRequiredValidators

public void testIsRequiredNoRequiredValidators()

testIsRequiredWithRequiredValidator

public void testIsRequiredWithRequiredValidator()


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