Changes to simplify/enable code testing
rofuentes opened this issue · 0 comments
rofuentes commented
Functions
- Create an add record function taking a fd reference, an id, and a name
- Create a modify record function taking a fd reference, id, name, and a record to change
- Create a print function to print a record
Testing
- Import Unity framework
- Create unit tests for all 3 functions