Flutter Dev Series Part 7.1: Widget Testing (w/ Mockito)

- published on 2021-01-07

Hi all and cheers to a Happy New Year!!! 🥂 🎉

If you haven't read the previous (6th) part of this multi-part blog series yet, I highly encourage you to read it here.

For this seventh part, we'll be going over widget testing while using the Mockito dependency! Due to a lot of content being covered for widget testing, I've decided to split this part up into two sub-parts where the first one will be testing against the rendering of the widget/UI, whereas the second part will be dealing with widget interactions (e.g. tap, drag, inputting text, and etc.). That said, stay tuned for the second sub-part coming your way sometime soon!

Here's the YouTube video:

As always, like/subscribe to my channel for more content ❤️

- Dave