AndroidUI测试由于mockwebserver而失败
创始人
2024-08-22 00:00:18
0
  1. 确保mockwebserver运行在一个单独的线程中,这样它不会阻塞UI线程。
@Rule
public final ExecutorServiceRule executorServiceRule = new ExecutorServiceRule();
private MockWebServer server;

@Before
public void setUp() throws Exception {
    server = new MockWebServer();
    server.start();
}

public void testMyUi() throws Exception {
    server.enqueue(new MockResponse().setBody("hello, world!"));
    onView(withId(R.id.my_button)).perform(click());
    RecordedRequest request = server.takeRequest();
    assertThat(request.getPath(), equalTo("/hello"));
}
  1. 如果您发现您的UI测试在MockWebServer启动后仍然失败,那么您可能需要使用idling资源来等待服务器响应。
@Test
public void testMyUi() throws Exception {
    server.enqueue(new MockResponse().setBody("hello, world!"));
    onView(withId(R.id.my_button)).perform(click());
    // Wait until the server has received the request, 
    // fired the callback, and delivered the response.
    IdlingResource idlingResource = OkHttp3IdlingResource.create("OkHttp", client);
    IdlingRegistry.getInstance().register(idlingResource);
    try {
        RecordedRequest request = server.takeRequest();
        assertThat(request.getPath(), equalTo("/hello"));
    } finally {
        IdlingRegistry.getInstance().unregister(idlingResource);
    }
}

相关内容

热门资讯

透视教程书!红龙poker辅助... 透视教程书!红龙poker辅助工具(透视)pokemmo手机辅助软件(辅助)总是存在有插件(哔哩哔哩...
围绕透视问题!wepoker辅... 围绕透视问题!wepoker辅助器下载(透视)闲聚大联盟辅助(一贯存在有辅助软件)-哔哩哔哩1、游戏...
透视安装!安装不了wepoke... 透视安装!安装不了wepoker(透视)逗娱科技碰胡辅助(都是存在有辅助辅助器)-哔哩哔哩1、全新机...
透视诀窍!pokemmo辅助工... 透视诀窍!pokemmo辅助工具(透视)fishpoker透视(辅助)竟然一直总是有插件(哔哩哔哩)...
现场直击!hhpoker可以控... 现场直击!hhpoker可以控制牌吗(透视)多乐跑小程序如何开辅助(本来是真的辅助安装)-哔哩哔哩1...
透视方式!哈糖大菠萝攻略(透视... 透视方式!哈糖大菠萝攻略(透视)约局吧作必弊脚本(辅助)确实有攻略(哔哩哔哩)1、超多福利:超高返利...
网友热议!wepoker私人局... 您好,上饶辅助工具这款游戏可以开挂的,确实是有挂的,需要了解加去威信【136704302】很多玩家在...
透视积累!智星菠萝可以辅助吗(... 透视积累!智星菠萝可以辅助吗(透视)拱趴大菠萝自动计算机器人(辅助)竟然存在有神器(哔哩哔哩)1、下...
透视黑科技!wepoker透视... 透视黑科技!wepoker透视辅助下载(透视)道游拼十辅助器(都是真的有辅助修改器)-哔哩哔哩1、首...
透视大纲!pokerworld... 透视大纲!pokerworld软件(透视)德州辅助工具到底怎么样(辅助)切实一直都是有软件(哔哩哔哩...