I have bitmap (R.drawable.my_image) in my android-project, How can to testing this image by espresso test UI? I want click on this image, I write:
bitmap
R.drawable.my_image
onView(withHint(R.drawable.my_image)).perform(click());
But this is not work :(
Aucun commentaire:
Enregistrer un commentaire