org.apache.tapestry.form.translator
Class TestBigDecimalTranslator

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.TestBigDecimalTranslator

public class TestBigDecimalTranslator
extends FormComponentContributorTestCase

Tests BigDecimalTranslator.


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
TestBigDecimalTranslator()
           
 
Method Summary
 void test_Default_Format()
           
 void test_Null_Format()
           
 void test_Parse_Invalid()
           
 void test_Parse_Null()
           
 void test_Parse_Simple()
           
 
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

TestBigDecimalTranslator

public TestBigDecimalTranslator()
Method Detail

test_Default_Format

public void test_Default_Format()

test_Null_Format

public void test_Null_Format()

test_Parse_Null

public void test_Parse_Null()
                     throws Exception
Throws:
Exception

test_Parse_Invalid

public void test_Parse_Invalid()
                        throws Exception
Throws:
Exception

test_Parse_Simple

public void test_Parse_Simple()
                       throws Exception
Throws:
Exception


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