Testing

Android

Faking Dagger Injection in Instrumentation Tests

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

Read
Flutter

Clean Architecture in Flutter - FlutterLDN 2019

In here you would fine the slides I presented at Flutter LDN meetup on 21st October 2019 for "Clean Architecture in Flutter using BLoC" talk.

Read
Android

Robolectric 4: Bridging the gap between Robolectric and Espresso

This 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.

Read
Android

Robolectric 4: A quick introduction

This 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