如何检查在Instrumentation测试用例中是否发送了广播意图?

时间:2016-02-24 10:46:59

标签: android android-espresso

我正在为相机应用编写Espresso测试用例。在测试用例中我想知道,如果实际拍摄了图片 - 如果是,则广播Intent" android.hardware.action.NEW_PICTURE"将被发送。 我尝试使用Espresso-intents库,但根据Espresso网站的说法,它只能匹配尝试发起活动的Intents,而不是广播(https://google.github.io/android-testing-support-library/docs/espresso/intents/#intent-validation)。

所以,我的问题是:是否有可能在Espresso中捕捉广播意图?还是有其他可能性在仪表测试案例中捕获此类Intents?

0 个答案:

没有答案