vuinguyen / FishingDaze

A fishing journal app to document fishing trips, built for my capstone project, for my Udacity iOS Nanodegree program.
1 stars 1 forks source link

Bonus: Write Unit Tests to test Core Data #25

Open vuinguyen opened 4 years ago

vuinguyen commented 4 years ago

This would be a strong nice to have, to be able to do. Some possible resources to look into:

https://www.youtube.com/watch?v=NjlRvDISr_g

https://www.raywenderlich.com/1752-unit-testing-tutorial-mocking-objects

vuinguyen commented 4 years ago

This might be another good resource too?

https://www.lukecsmith.co.uk/2018/10/30/core-data-unit-testing/

vuinguyen commented 4 years ago

I also have a Testing Swift book by two straws, which I believe has a section on testing Core Data