gpt4 book ai didi

android - adapter getCount 和 listView getChildCount 不相等

转载 作者:太空狗 更新时间:2023-10-29 12:56:52 26 4
gpt4 key购买 nike

我正在尝试为我的 Android 应用程序设置一些测试,并且我正在测试在数据库中创建的条目是否显示在我的 ListView 中。

这里是一些代码 fragment :

mDbHelper.createAccount();
assertEquals(1, mAccountListAdapter.getCount());
assertEquals(1, mAccountList.getChildCount());

第一个断言工作正常但在第二个中,getChildCount 返回 0。

所以adapter是好的,但是listView没有显示出来?

当我手动测试它时,该功能仍然有效。

最佳答案

mAccountList.getChildCount() 指的是 ViewGroup 的返回 View 数量的方法,它不是 ListView 的方法本身。所以你的断言是无效的。

关于android - adapter getCount 和 listView getChildCount 不相等,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5579222/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com