`Day 48` - Researched various tests to implement, ...
# 100daysofkotlin-2021
b
Day 48
• Researched various tests to implement, for Database, Composables, and with Hilt • Implemented Database tests
Self-Comment
• Not much accomplished today, ended up spending most of the day with family. Tomorrow may be short as well as I'm thinking of making it a beach day 🌅. • Trying to implement tests in my current project is a bit overwhelming as there is quite a lot involved between the DB > Repo > ViewModels > Navigation > Composables + using Hilt for DI. I think I'll have to work through either codelabs or start from a basic project to get a quicker understanding. Since there is already the code built, it's making me wonder what I should and shouldn't create tests for. Also if there are do's/don't I should follow/avoid. I suppose over testing can't be a bad thing if it's not effecting performance.
Goals Tomorrow
• Find a good starter project to practice testing.