| org.apache.commons.beanutils.LazyDynaListTestCase
LazyDynaListTestCase | public class LazyDynaListTestCase extends TestCase (Code) | | Test Case for the LazyDynaList class.
author: Niall Pemberton |
LazyDynaListTestCase | public LazyDynaListTestCase(String name)(Code) | | Construct a new instance of this test case.
Parameters: name - Name of the test case |
main | public static void main(String[] args)(Code) | | Run thus Test
|
setUp | public void setUp() throws Exception(Code) | | Set up instance variables required by this test case.
|
suite | public static Test suite()(Code) | | Return the tests included in this test suite.
|
tearDown | public void tearDown()(Code) | | Tear down instance variables required by this test case.
|
testDynaBeanDynaClass | public void testDynaBeanDynaClass()(Code) | | Test DynaBean Create
|
testDynaBeanType | public void testDynaBeanType()(Code) | | Test DynaBean Create
|
testMapDynaClass | public void testMapDynaClass()(Code) | | Test Map Create
|
testMapType | public void testMapType()(Code) | | Test Map Create
|
testPojoDynaClass | public void testPojoDynaClass()(Code) | | Test Pojo Create
|
testPojoType | public void testPojoType()(Code) | | Test Pojo Create
|
testSerializationDynaBean | public void testSerializationDynaBean()(Code) | | Test DynaBean serialization.
|
testSerializationLazyDynaBean | public void testSerializationLazyDynaBean()(Code) | | Test DynaBean serialization.
|
testSerializationMap | public void testSerializationMap()(Code) | | Test Map serialization.
|
testSerializationPojo | public void testSerializationPojo()(Code) | | Test POJO (WrapDynaBean) serialization.
|
|
|