Unit tests must be written to confirm that the data abstraction layer in the backend server works as expected. The tests must confirm all success and error cases of the data abstraction module's API design.
The unit tests must test each method of the data abstraction layer for all imaginable success and error cases. They must use valid test data, and clean up the test data when the tests are finished (by removing all test records).
ESTIMATE: 10 hrs DUE: Sunday January 31st ASSIGNED: TBD BLOCKS: BLOCKED BY: #3
Unit tests must be written to confirm that the data abstraction layer in the backend server works as expected. The tests must confirm all success and error cases of the data abstraction module's API design.
The unit tests must test each method of the data abstraction layer for all imaginable success and error cases. They must use valid test data, and clean up the test data when the tests are finished (by removing all test records).