小怪兽monster 2014-12-26 07:28 采纳率: 0%
浏览 2714

robotium 删除一个listView里的指定Item

public void testDeleteAdBabyChildren() throws Exception {
    solo.waitForActivity("com.ebay.kijiji.activity.PageMainActivity");
    Thread.sleep(3000);
    solo.clickOnText("Gumtree");
    solo.clickOnText("My Ads");
    int size = solo.getView(ListView.class, 0).getCount();
    if (solo.searchText("Fisher-Price Newborn-to-Toddler Portable Rocker")) {
        deleteAd("Fisher-Price Newborn-to-Toddler Portable Rocker");

    }
    elseif(solo.searchText("Canon EF 50mm f/1.4 USM lens with original box"))
    {
    deleteAd("Canon EF 50mm f/1.4 USM lens with original box");
    }
        elseif(solo.searchText("PS4 used for 2 months"))
    {
    deleteAd("PS4 used for 2 months");
    }
}

每次运行的时候只执行了一个if,但是其他item也存在,就是说其他if条件也成立,但是程序没有运行进去,case就结束了,本来有三个Item要删除,但只删除了一个,其他的还存在,而且case通过了,请问各位大神,如何解决
  • 写回答

1条回答 默认 最新

  • Jack_Chen3 2014-12-26 08:50
    关注

    public void testDeleteAdBabyChildren() throws Exception{
    solo.waitForActivity("com.ebay.kijiji.activity.PageMainActivity");
    Thread.sleep(3000);
    solo.clickOnText("Gumtree");
    solo.clickOnText("My Ads");
    int size=solo.getView(ListView.class,0).getCount();
    for(int i=0;i<size;i++){
    if (solo.searchText("Fisher-Price Newborn-to-Toddler Portable Rocker")) {
    deleteAd("Fisher-Price Newborn-to-Toddler Portable Rocker");

    }
    elseif(solo.searchText("Canon EF 50mm f/1.4 USM lens with original box"))
    {
    deleteAd("Canon EF 50mm f/1.4 USM lens with original box");
    }
        elseif(solo.searchText("PS4 used for 2 months"))
    {
    deleteAd("PS4 used for 2 months");
    }
        }
    

    }

    评论

报告相同问题?

悬赏问题

  • ¥500 把面具戴到人脸上,请大家贡献智慧
  • ¥15 任意一个散点图自己下载其js脚本文件并做成独立的案例页面,不要作在线的,要离线状态。
  • ¥15 各位 帮我看看如何写代码,打出来的图形要和如下图呈现的一样,急
  • ¥30 c#打开word开启修订并实时显示批注
  • ¥15 如何解决ldsc的这条报错/index error
  • ¥15 VS2022+WDK驱动开发环境
  • ¥30 关于#java#的问题,请各位专家解答!
  • ¥30 vue+element根据数据循环生成多个table,如何实现最后一列 平均分合并
  • ¥20 pcf8563时钟芯片不启振
  • ¥20 pip2.40更新pip2.43时报错