I've been writing some tests with Espresso to test a fragment.
My fragment has a broadcast receiver, and will update its views upon receiving broadcast events.
But I can't find a way to send a broadcast event that my tested fragment can receive.
Anyone having solution, or a better architecture to suggest?
I'm using 'com.android.support.test.espresso:espresso-core:2.2.2'