|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object junit.framework.Assert junit.framework.TestCase org.apache.commons.beanutils.locale.converters.BaseLocaleConverterTestCase org.apache.commons.beanutils.locale.converters.LongLocaleConverterTestCase
public class LongLocaleConverterTestCase
Test Case for the LongLocaleConverter class.
Field Summary |
---|
Fields inherited from class org.apache.commons.beanutils.locale.converters.BaseLocaleConverterTestCase |
---|
converter, defaultDecimalPattern, defaultDecimalValue, defaultIntegerPattern, defaultIntegerValue, defaultLocale, defaultValue, expectedDecimalValue, expectedIntegerValue, expectedValue, localizedDecimalPattern, localizedDecimalValue, localizedIntegerPattern, localizedIntegerValue, localizedLocale, origLocale, result |
Constructor Summary | |
---|---|
LongLocaleConverterTestCase(String name)
|
Method Summary | |
---|---|
void |
setUp()
Set up instance variables required by this test case. |
void |
tearDown()
Tear down instance variables required by this test case. |
void |
testConstructor_2()
Test Converter() constructor Uses the default locale, no default value |
void |
testConstructor_3()
Test Converter(locPattern) constructor Uses the default locale, no default value |
void |
testConstructor_4()
Test Converter(Locale) constructor |
void |
testConstructor_5()
Test Converter(Locale, locPattern) constructor |
void |
testConstructor_6()
Test Converter(Locale, pattern) constructor |
void |
testConstructor_7()
Test Converter(Locale, pattern, locPattern) constructor |
void |
testConstructor_8()
Test Converter(defaultValue) constructor |
void |
testConstructor_9()
Test Converter(defaultValue, locPattern) constructor |
void |
testConstructorMain()
Test Converter(defaultValue, locale, pattern, localizedPattern) constructor |
Methods inherited from class org.apache.commons.beanutils.locale.converters.BaseLocaleConverterTestCase |
---|
convertInvalid, convertInvalid, convertNull, convertNull, convertValueNoPattern, convertValueNoPattern, convertValueToType, convertValueToType, convertValueWithPattern, convertValueWithPattern, testNothing |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString |
Methods inherited from class junit.framework.Assert |
---|
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LongLocaleConverterTestCase(String name)
Method Detail |
---|
public void setUp() throws Exception
setUp
in class BaseLocaleConverterTestCase
Exception
public void tearDown()
tearDown
in class BaseLocaleConverterTestCase
public void testConstructorMain()
public void testConstructor_2()
public void testConstructor_3()
public void testConstructor_4()
public void testConstructor_5()
public void testConstructor_6()
public void testConstructor_7()
public void testConstructor_8()
public void testConstructor_9()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |