Hi,
I am able to write unit test cases for my get JOOQ queries by defining Mock data in .txt file but not able to do it for the INSERT/UPDATE queries.
Sometimes back i have asked this question in another JOOQ forum where i got a reply saying its not supported yet.
I was just wondering like is there a way to write unit test for those INSERT/UPDATE now or not.
If it's possible then can someone help me getting a sample working example where we have the unit test for insert and update queries ?
Thanks,
Deba