In my tests I want to make sure that a View (not an ImageView) has a certain background color. How could I do this directly by interacting with the View in question?
The background of this view is not a Drawable. It was either set in the XML or it was set using view.setBackgroundColor(...)
.