org.apache.tapestry.form.validator
Class TestValidatorFactory
java.lang.Object
BaseComponentTestCase
org.apache.tapestry.junit.TapestryTestCase
org.apache.tapestry.form.validator.TestValidatorFactory
public class TestValidatorFactory
- extends TapestryTestCase
Tests for ValidatorFactoryImpl
.
- Since:
- 4.0
- Author:
- Howard Lewis Ship
Methods inherited from class org.apache.tapestry.junit.TapestryTestCase |
checkException, checkList, checkList, checkProperty, createValueConverter, getSpecificationResourceLocation, newBindingSource, newComponent, parseApp, parseComponent, parseLib, parsePage |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestValidatorFactory
public TestValidatorFactory()
test_Empty
public void test_Empty()
test_Single
public void test_Single()
test_Message
public void test_Message()
test_Localized_Message
public void test_Localized_Message()
test_Configure_And_Message
public void test_Configure_And_Message()
test_Missing_Configuration
public void test_Missing_Configuration()
test_Multiple
public void test_Multiple()
test_Multiple_Localized
public void test_Multiple_Localized()
test_Unparseable
public void test_Unparseable()
test_Unwanted_Configuration
public void test_Unwanted_Configuration()
test_Missing_Validator
public void test_Missing_Validator()
test_Instantiate_Failure
public void test_Instantiate_Failure()
test_Bean_Reference
public void test_Bean_Reference()
throws Exception
- Throws:
Exception
test_Bean_Reference_Not_Validator
public void test_Bean_Reference_Not_Validator()
test_Bean_Reference_With_Value
public void test_Bean_Reference_With_Value()
test_Bean_Reference_With_Message
public void test_Bean_Reference_With_Message()
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.