| org.apache.commons.beanutils.locale.converters.BaseLocaleConverterTestCase org.apache.commons.beanutils.locale.converters.LongLocaleConverterTestCase
LongLocaleConverterTestCase | public class LongLocaleConverterTestCase extends BaseLocaleConverterTestCase (Code) | | Test Case for the LongLocaleConverter class.
author: Niall Pemberton version: $Revision: 469728 $ $Date: 2006-11-01 01:08:34 +0000 (Wed, 01 Nov 2006) $ |
LongLocaleConverterTestCase | public LongLocaleConverterTestCase(String name)(Code) | | |
setUp | public void setUp() throws Exception(Code) | | Set up instance variables required by this test case.
|
tearDown | public void tearDown()(Code) | | Tear down instance variables required by this test case.
|
testConstructorMain | public void testConstructorMain()(Code) | | Test Converter(defaultValue, locale, pattern, localizedPattern) constructor
|
testConstructor_2 | public void testConstructor_2()(Code) | | Test Converter() constructor
Uses the default locale, no default value
|
testConstructor_3 | public void testConstructor_3()(Code) | | Test Converter(locPattern) constructor
Uses the default locale, no default value
|
testConstructor_4 | public void testConstructor_4()(Code) | | Test Converter(Locale) constructor
|
testConstructor_5 | public void testConstructor_5()(Code) | | Test Converter(Locale, locPattern) constructor
|
testConstructor_6 | public void testConstructor_6()(Code) | | Test Converter(Locale, pattern) constructor
|
testConstructor_7 | public void testConstructor_7()(Code) | | Test Converter(Locale, pattern, locPattern) constructor
|
testConstructor_8 | public void testConstructor_8()(Code) | | Test Converter(defaultValue) constructor
|
testConstructor_9 | public void testConstructor_9()(Code) | | Test Converter(defaultValue, locPattern) constructor
|
Methods inherited from org.apache.commons.beanutils.locale.converters.BaseLocaleConverterTestCase | protected void convertInvalid(BaseLocaleConverter converter, Object expectedValue)(Code)(Java Doc) protected void convertInvalid(BaseLocaleConverter converter, String msgId, Object expectedValue)(Code)(Java Doc) protected void convertNull(BaseLocaleConverter converter, Object expectedValue)(Code)(Java Doc) protected void convertNull(BaseLocaleConverter converter, String msgId, Object expectedValue)(Code)(Java Doc) protected void convertValueNoPattern(BaseLocaleConverter converter, Object value, Object expectedValue)(Code)(Java Doc) protected void convertValueNoPattern(BaseLocaleConverter converter, String msgId, Object value, Object expectedValue)(Code)(Java Doc) protected void convertValueToType(BaseLocaleConverter converter, Class clazz, Object value, String pattern, Object expectedValue)(Code)(Java Doc) protected void convertValueToType(BaseLocaleConverter converter, String msgId, Class clazz, Object value, String pattern, Object expectedValue)(Code)(Java Doc) protected void convertValueWithPattern(BaseLocaleConverter converter, Object value, String pattern, Object expectedValue)(Code)(Java Doc) protected void convertValueWithPattern(BaseLocaleConverter converter, String msgId, Object value, String pattern, Object expectedValue)(Code)(Java Doc) public void setUp() throws Exception(Code)(Java Doc) public void tearDown()(Code)(Java Doc) public void testNothing()(Code)(Java Doc)
|
|
|