Hadi Habibzadeh
Results
2
comments of
Hadi Habibzadeh
for custom back arrow use app:mt_backIconDrawable="@drawable/ic_action_back"
It's verifying the dependency.doThing(), not the actualThing.doThingWithDependency(), it's equivalent of: `verify { mock.doThing() }` As far as I know, There is no way to find out what is happening in...