| org.apache.commons.beanutils.locale.converters.BaseLocaleConverterTestCase org.apache.commons.beanutils.locale.converters.DateLocaleConverterTestCase
DateLocaleConverterTestCase | public class DateLocaleConverterTestCase extends BaseLocaleConverterTestCase (Code) | | Test Case for the DateLocaleConverter class.
author: Robert Burrell Donkin author: Niall Pemberton version: $Revision: 555645 $ $Date: 2007-07-12 15:40:37 +0100 (Thu, 12 Jul 2007) $ |
defaultShortDateValue | protected String defaultShortDateValue(Code) | | |
localizedDatePattern | protected String localizedDatePattern(Code) | | |
localizedShortDateValue | protected String localizedShortDateValue(Code) | | |
validLocalDateSymbols | protected boolean validLocalDateSymbols(Code) | | |
DateLocaleConverterTestCase | public DateLocaleConverterTestCase(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.
|
testCalendarObject | public void testCalendarObject()(Code) | | Test Calendar
|
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
|
testDateObject | public void testDateObject()(Code) | | Test java.util.Date
|
testInvalidDate | public void testInvalidDate()(Code) | | Test invalid date
|
testSetLenient | public void testSetLenient()(Code) | | |
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)
|
|
|