org.apache.tapestry.form.validator
Class TestValidatorFactory

java.lang.Object
  extended by BaseComponentTestCase
      extended by org.apache.tapestry.junit.TapestryTestCase
          extended by org.apache.tapestry.form.validator.TestValidatorFactory

public class TestValidatorFactory
extends TapestryTestCase

Tests for ValidatorFactoryImpl.

Since:
4.0
Author:
Howard Lewis Ship

Field Summary
 
Fields inherited from class org.apache.tapestry.junit.TapestryTestCase
IS_JDK13
 
Constructor Summary
TestValidatorFactory()
           
 
Method Summary
 void test_Bean_Reference_Not_Validator()
           
 void test_Bean_Reference_With_Message()
           
 void test_Bean_Reference_With_Value()
           
 void test_Bean_Reference()
           
 void test_Configure_And_Message()
           
 void test_Empty()
           
 void test_Instantiate_Failure()
           
 void test_Localized_Message()
           
 void test_Message()
           
 void test_Missing_Configuration()
           
 void test_Missing_Validator()
           
 void test_Multiple_Localized()
           
 void test_Multiple()
           
 void test_Single()
           
 void test_Unparseable()
           
 void test_Unwanted_Configuration()
           
 
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
 

Constructor Detail

TestValidatorFactory

public TestValidatorFactory()
Method Detail

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.