org.apache.tapestry.form
Class TestTranslatedFieldSupportImpl

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

public class TestTranslatedFieldSupportImpl
extends BaseComponentTestCase

Test case for TranslatedFieldSupportImpl.

Since:
4.0
Author:
Paul Ferraro

Constructor Summary
TestTranslatedFieldSupportImpl()
           
 
Method Summary
 void testFormat()
           
 void testFormatInError()
           
 void testParse()
           
 void testParseFailed()
           
 void testRenderContributionsClientValidationDisabled()
           
 void testRenderContributionsClientValidationEnabled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestTranslatedFieldSupportImpl

public TestTranslatedFieldSupportImpl()
Method Detail

testRenderContributionsClientValidationDisabled

public void testRenderContributionsClientValidationDisabled()

testRenderContributionsClientValidationEnabled

public void testRenderContributionsClientValidationEnabled()

testFormat

public void testFormat()
                throws Exception
Throws:
Exception

testFormatInError

public void testFormatInError()

testParse

public void testParse()
               throws Exception
Throws:
Exception

testParseFailed

public void testParseFailed()
                     throws Exception
Throws:
Exception


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