| |
|
| org.apache.commons.beanutils.DynaResultSetTestCase
DynaResultSetTestCase | public class DynaResultSetTestCase extends TestCase (Code) | | Test accessing ResultSets via DynaBeans.
author: Craig R. McClanahan version: $Revision: 556221 $ $Date: 2007-07-14 05:19:21 +0100 (Sat, 14 Jul 2007) $ |
columns | protected String columns(Code) | | Names of the columns for this test. Must match the order they are
defined in
TestResultSetMetaData , and must be all lower case.
|
DynaResultSetTestCase | public DynaResultSetTestCase(String name)(Code) | | Construct a new instance of this test case.
Parameters: name - Name of the test case |
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.
|
testGetDynaProperties | public void testGetDynaProperties()(Code) | | |
testGetDynaProperty | public void testGetDynaProperty()(Code) | | |
testGetName | public void testGetName()(Code) | | |
testIteratorCount | public void testIteratorCount()(Code) | | |
testIteratorResults | public void testIteratorResults()(Code) | | |
testIteratorResultsNormalCase | public void testIteratorResultsNormalCase()(Code) | | Test normal case column names (i.e. not converted to lower case)
|
testNewInstance | public void testNewInstance()(Code) | | |
|
|
|