This blog explains a simple setup to fake Dagger Android injections when writing instrumented tests. We will explore the new `FagmentScenario` and `ActivityScenario` as well as using them to simplify writing instrumentation tests when using Dagger Android
ReadIn here you would fine the slides I presented at Flutter LDN meetup on 21st October 2019 for "Clean Architecture in Flutter using BLoC" talk.
ReadThis is the second part of a series of blogs about Robolectric 4. It will explain how Robolectric works and what might go wrong. This blog will also explain how can we bridge the gap between Robolectric and Espresso.
ReadThis is the first part of a series of blogs about Robolectric 4. This part will go through project setup steps and running the first shared test.
Read