|
||||||||||
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.ConvertUtilsTestCase
public class ConvertUtilsTestCase
Test Case for the ConvertUtils class.
Constructor Summary | |
---|---|
ConvertUtilsTestCase(String name)
Construct a new instance of this test case. |
Method Summary | |
---|---|
void |
setUp()
Set up instance variables required by this test case. |
static junit.framework.Test |
suite()
Return the tests included in this test suite. |
void |
tearDown()
Tear down instance variables required by this test case. |
void |
testConvertToString()
|
void |
testDeregisteringSingleConverter()
|
void |
testNegativeIntegerArray()
Negative String to primitive integer array tests. |
void |
testNegativeScalar()
Negative scalar conversion tests. |
void |
testNegativeStringArray()
Negative String to String array tests. |
void |
testObjectToStringArray()
Test conversion of object to string for arrays. |
void |
testObjectToStringScalar()
Test conversion of object to string for scalars. |
void |
testPositiveArray()
Positive array conversion tests. |
void |
testPositiveIntegerArray()
Positive String to primitive integer array tests. |
void |
testPositiveScalar()
Positive scalar conversion tests. |
void |
testPositiveStringArray()
Positive String to String array tests. |
void |
testSeparateConvertInstances()
|
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 ConvertUtilsTestCase(String name)
name
- Name of the test caseMethod Detail |
---|
public void setUp()
setUp
in class junit.framework.TestCase
public static junit.framework.Test suite()
public void tearDown()
tearDown
in class junit.framework.TestCase
public void testNegativeIntegerArray()
public void testNegativeScalar()
public void testNegativeStringArray()
public void testObjectToStringArray()
public void testObjectToStringScalar()
public void testPositiveArray()
public void testPositiveIntegerArray()
public void testPositiveScalar()
public void testPositiveStringArray()
public void testSeparateConvertInstances() throws Exception
Exception
public void testDeregisteringSingleConverter() throws Exception
Exception
public void testConvertToString() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |