标签: android unit-testing mockito
我想对视图可见性更改进行单元测试,但Mockito会抛出此错误
必须是以下之一:View.VISIBLE,Vie.GONE,View.INVISIBLE
这是我测试的代码,holder.entryFeedback是一个模拟对象
holder.entryFeedback
verify(holder.entryTitle).setVisibility(eq(View.VISIBLE);
答案 0 :(得分:0)
它可以禁用lint检查