Hi all! 👋
If you haven't read the previous (5th) part of this multi-part blog series yet, I highly encourage you to read it here.
For this sixth part, we'll be diving into unit testing! To be exact, we'll be testing some external dependencies as well as some of our functions' logic to help mitigate breaking changes as you'd expect. Though please note that we'll be saving mocking (with the Mockito dependency) for the next part of the series instead since mocking external dependencies (i.e. live service calls) via widget testing (unit testing but on widgets) would be more applicable for our use-case with the use of outputting data via widgets.
Here's the YouTube video:
As always, like/subscribe to my channel for more content ❤️
- Dave