Mockito Matchers.any(Class.class)在使用PowerMockito验证静态方法时返回空值

时间:2016-09-05 15:03:43

标签: java null mockito matcher powermockito

我遇到了Matchers的问题。

我目前正在尝试验证使用正确的参数调用某个静态方法。

Wanted but not invoked metodToVerify(null,null);

问题是我的测试失败了:

<color name="text_color">#0A0B0A</color>

我已经检查过Matchers在其他方法上运行正常,但它似乎想要返回null,即使实际方法永远不会将null作为参数。

提前谢谢。

0 个答案:

没有答案