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.
|
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. |
||||
ResultSet, do you mean the JDBCResultSet, or theorg.jooq.Result? – Lukas Eder Jan 30 at 8:54