| |
|
| org.apache.commons.beanutils.DynaRowSetTestCase
DynaRowSetTestCase | public class DynaRowSetTestCase extends TestCase (Code) | | Test accessing RowSets via DynaBeans.
author: Craig R. McClanahan version: $Revision: 556233 $ $Date: 2007-07-14 07:37:06 +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.
|
DynaRowSetTestCase | public DynaRowSetTestCase(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) | | |
testInconsistentOracleDriver | public void testInconsistentOracleDriver() throws Exception(Code) | | Test issues associated with Oracle JDBC driver.
See issue# https://issues.apache.org/jira/browse/BEANUTILS-142
throws: Exception - if an error occurs |
testListCount | public void testListCount()(Code) | | |
testListResults | public void testListResults()(Code) | | |
testListResultsNormalCase | public void testListResultsNormalCase()(Code) | | Test normal case column names (i.e. not converted to lower case)
|
testNewInstance | public void testNewInstance()(Code) | | |
|
|
|