Activity for Mockrunner

  • James Moliere James Moliere posted a comment on discussion Open Discussion

    I have code that queries data, from the result set updates values, and then calls ResultSet.updateRow(). When this method is called using MockResultSet, I'd really like an Observer (my test code) to be notified that the value has changed. Is this possible? I have code that does not give me access to the Connection object, the code queries (I return a MockResultSet), updates the queried row, and then closes the connection. I'd like to verify that the update occured. How can I do this? ...Or what is...

  • mocker mocker posted a comment on discussion Open Discussion

    Hi, I am trying to mock jdbcTeamplate.batchupdate() by using prepareUpdatecount to...

1