org.apache.tapestry.form.translator
Class TestNumberTranslator
java.lang.Object
BaseComponentTestCase
org.apache.tapestry.junit.TapestryTestCase
org.apache.tapestry.form.FormComponentContributorTestCase
org.apache.tapestry.form.translator.TestNumberTranslator
public class TestNumberTranslator
- extends FormComponentContributorTestCase
Tests for NumberTranslator
- Since:
- 4.0
- Author:
- Howard Lewis Ship
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 |
TestNumberTranslator
public TestNumberTranslator()
test_Default_Format
public void test_Default_Format()
test_Omit_Zero
public void test_Omit_Zero()
test_Omit_Zero_Off
public void test_Omit_Zero_Off()
test_Custom_Format
public void test_Custom_Format()
test_Initializer_Format
public void test_Initializer_Format()
test_Null_Format
public void test_Null_Format()
throws Exception
- Throws:
Exception
test_Null_Format_Pattern
public void test_Null_Format_Pattern()
test_Localized_Format
public void test_Localized_Format()
test_Default_Parse
public void test_Default_Parse()
throws Exception
- Throws:
Exception
test_Custom_Parse
public void test_Custom_Parse()
throws Exception
- Throws:
Exception
test_Trimmed_Parse
public void test_Trimmed_Parse()
throws Exception
- Throws:
Exception
test_Failed_Parse_Default_Message
public void test_Failed_Parse_Default_Message()
test_Failed_Parse_Custom_Message
public void test_Failed_Parse_Custom_Message()
test_Render_Contribution
public void test_Render_Contribution()
test_Render_Grouping_Separator
public void test_Render_Grouping_Separator()
test_Message_Render_Contribution
public void test_Message_Render_Contribution()
test_Trim_Render_Contribution
public void test_Trim_Render_Contribution()
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.