org.apache.tapestry.form.translator
Class TestStringTranslator

java.lang.Object
  extended by BaseComponentTestCase
      extended by org.apache.tapestry.junit.TapestryTestCase
          extended by org.apache.tapestry.form.FormComponentContributorTestCase
              extended by org.apache.tapestry.form.translator.TestStringTranslator

public class TestStringTranslator
extends FormComponentContributorTestCase

Test case for StringTranslator.

Since:
4.0
Author:
Paul Ferraro

Field Summary
 
Fields inherited from class org.apache.tapestry.form.FormComponentContributorTestCase
_component, _cycle, _engine, _form, _page, _pageRenderSupport
 
Fields inherited from class org.apache.tapestry.junit.TapestryTestCase
IS_JDK13
 
Constructor Summary
TestStringTranslator()
           
 
Method Summary
 void reset()
           
 void test_Custom_Empty_Parse()
           
 void test_Empty_Parse()
           
 void test_Format()
           
 void test_Null_Format()
           
 void test_Parse()
           
 void test_Render_Contribution()
           
 void test_Trim_Render_Contribution()
           
 void test_Trimmed_Parse()
           
 
Methods inherited from class org.apache.tapestry.form.FormComponentContributorTestCase
addScript, newCycle, newField, newField, newField, newFieldWithClientId, newValidationMessages, newWriter, trainBuildMessage, trainGetLocale, trainTrim
 
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

TestStringTranslator

public TestStringTranslator()
Method Detail

reset

public void reset()

test_Format

public void test_Format()

test_Null_Format

public void test_Null_Format()

test_Parse

public void test_Parse()

test_Trimmed_Parse

public void test_Trimmed_Parse()

test_Empty_Parse

public void test_Empty_Parse()

test_Custom_Empty_Parse

public void test_Custom_Empty_Parse()

test_Render_Contribution

public void test_Render_Contribution()

test_Trim_Render_Contribution

public void test_Trim_Render_Contribution()


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