espresso test: how to control the content of an intent?

前端 未结 0 1153
北海茫月
北海茫月 2020-11-28 13:24

I have the following code in my activity class:

@Override
public boolean onClick(View v)
{
    Intent intent = new Intent(Intent.ACTION_VIEW);
    Uri uri = U         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题