|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.apache.commons.beanutils.BeanUtilsTestCase
org.apache.commons.beanutils.BeanUtils2TestCase
public class BeanUtils2TestCase
Test Case for the BeanUtilsBean2.
| Field Summary |
|---|
| Fields inherited from class org.apache.commons.beanutils.BeanUtilsTestCase |
|---|
bean, describes, testCalendar, testStringDate, testUtilDate |
| Constructor Summary | |
|---|---|
BeanUtils2TestCase(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 |
testCopyPropertyConvertToString()
Test copyProperty() converting to a String. |
void |
testCopyPropertyConvertToStringArray()
Test copyProperty() converting to a String. |
void |
testCopyPropertyConvertToStringIndexed()
Test copyProperty() converting to a String on indexed property |
void |
testGetArrayPropertyDate()
Test getArrayProperty() converting to a String. |
void |
testGetIndexedPropertyDate()
Test getArrayProperty() converting to a String. |
void |
testGetSimplePropertyDate()
Test getSimpleProperty() converting to a String. |
void |
testSetPropertyConvertToString()
Test setProperty() converting to a String. |
void |
testSetPropertyConvertToStringArray()
Test setProperty() converting to a String array. |
void |
testSetPropertyConvertToStringIndexed()
Test setProperty() converting to a String on indexed property |
| 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 BeanUtils2TestCase(String name)
name - Name of the test case| Method Detail |
|---|
public void setUp()
setUp in class BeanUtilsTestCasepublic static junit.framework.Test suite()
public void tearDown()
tearDown in class BeanUtilsTestCasepublic void testCopyPropertyConvertToString()
copyProperty() converting to a String.
testCopyPropertyConvertToString in class BeanUtilsTestCasepublic void testCopyPropertyConvertToStringArray()
copyProperty() converting to a String.
testCopyPropertyConvertToStringArray in class BeanUtilsTestCasepublic void testCopyPropertyConvertToStringIndexed()
copyProperty() converting to a String on indexed property
testCopyPropertyConvertToStringIndexed in class BeanUtilsTestCasepublic void testGetArrayPropertyDate()
getArrayProperty() converting to a String.
testGetArrayPropertyDate in class BeanUtilsTestCasepublic void testGetIndexedPropertyDate()
getArrayProperty() converting to a String.
testGetIndexedPropertyDate in class BeanUtilsTestCasepublic void testGetSimplePropertyDate()
getSimpleProperty() converting to a String.
testGetSimplePropertyDate in class BeanUtilsTestCasepublic void testSetPropertyConvertToString()
setProperty() converting to a String.
testSetPropertyConvertToString in class BeanUtilsTestCasepublic void testSetPropertyConvertToStringArray()
setProperty() converting to a String array.
testSetPropertyConvertToStringArray in class BeanUtilsTestCasepublic void testSetPropertyConvertToStringIndexed()
setProperty() converting to a String on indexed property
testSetPropertyConvertToStringIndexed in class BeanUtilsTestCase
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||