mardi 3 février 2015

How can Click on bitmap in Espresso test?

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:



onView(withHint(R.drawable.my_image)).perform(click());


But this is not work :(


Aucun commentaire:

Enregistrer un commentaire