Map description = new HashMap();
description.put(SqlRequest.SQL_REQUEST, "sql");
documentHandler.getDocument(description, resultSet);
resultSetControl.verify();
}
public void testNotSupport() throws Exception {
DocumentHandler documentHandler = new SqlDocumentHandler() {
public Document getDocument(SqlRequest request, ResultSet rs) throws SQLException {