CRUD unit testing?
I have been studying unit testing. I can write simple tests for in memory stuff, but I want to test things like was the proper object created by the register method? Can my method to retrieve things from the database produce the proper response. Where are some resources to get started? I know this may not strictly be unit testing per say, but I want to learn a new way of testing results.
0 comments:
Post a Comment