SqlNullCheckedResultSetTest does not use BaseTestCase and does not test multiple rows/non-Null behaviour --------------------------------------------------------------------------------------------------------
Key: DBUTILS-86 URL: https://issues.apache.org/jira/browse/DBUTILS-86 Project: Commons DbUtils Issue Type: Bug Reporter: Sebb SqlNullCheckedResultSetTest does not use any of the methods or fields from BaseTestCase. Why does it not decorate the super class ResultSet with SqlNullCheckedResultSet, and then use the appropriate rows/columns? As it stands, the test relies totally on SqlNullUncheckedMockResultSet. This is specific to the test class (so is not independently verified). It does not test multiple rows, nor does it test the behaviour of non-null columns as far as I can tell. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira