Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I need to write some unit tests for that I have to mock the Result set and Record with some dummy data. I don't know how to initialize and instantiate them. Please help

Thanks in advance.

share|improve this question
Can you be a bit more specific about your requirements? E.g. what mocking framework are you using, what is your test going to look like, etc.? Also, what have you tried so far? Also, by ResultSet, do you mean the JDBC ResultSet, or the org.jooq.Result ? – Lukas Eder Jan 30 at 8:54

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.