Would anyone know how to test for the appearance of a Toast message on an Activity?
I\'m using code similar to what the OP posted on this question for testing my pro
You could check that the toast was shown by message
ShadowToast.showedToast("expected message")
If you are using a custom toast
ShadowToast.showedToast("expected message", R.id.yourToastId)