Search Results

1
vote

How do I unit test jdbc code in java?

While the way to mock jdbc in your application is of course dependant on how you've implemented your actual jdbc transactions. If you're using jdbc as is, I'd assume you have written yourse …