org.apache.tapestry.form
Class TestValidationMessages

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

public class TestValidationMessages
extends BaseComponentTestCase

Tests for ValidationMessagesImpl.

Since:
4.0
Author:
Howard Lewis Ship

Constructor Summary
TestValidationMessages()
           
 
Method Summary
 void testGetLocale()
           
 void testMessageOverride()
           
 void testMessageOverrideAsReference()
          Test the use of the '%key' construct as the message.
 void testMessageOverrideNull()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestValidationMessages

public TestValidationMessages()
Method Detail

testMessageOverrideNull

public void testMessageOverrideNull()

testGetLocale

public void testGetLocale()

testMessageOverride

public void testMessageOverride()

testMessageOverrideAsReference

public void testMessageOverrideAsReference()
Test the use of the '%key' construct as the message.



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