I have a simple CRUD operation that needs to be unit tested. These test cases are for the DAO layer- so all tests are against the database and hence can't be mocked.I have a simple CRUD operation that needs to be
I have a simple CRUD operation that needs to be unit tested. These test cases are for the DAO layer- so all tests are against the database and hence can't be mocked.I have a simple CRUD operation that needs to be