Bryan L
05/02/2021, 4:21 AMDay 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.