gpt4 book ai didi

java - PowerMock:如何默认返回null?

转载 作者:行者123 更新时间:2023-12-02 04:09:25 28 4
gpt4 key购买 nike

我正在使用 PowerMock、EasyMock 组合。

如果没有另外指定,如何让每个模拟对象默认返回“null”?

现在,我必须对模拟对象的每个方法进行“预期”(或在mockito世界中的“何时”)。

最佳答案

Rogério评论后,您可以使用 EasyMock#createNiceMock :

Creates a mock object that implements the given interface, order checking is disabled by default, and the mock object will return 0, null or false for unexpected invocations.

EasyMock#niceMock :

Creates a mock object that implements the given interface, order checking is disabled by default, and the mock object will return 0, null or false for unexpected invocations.

关于java - PowerMock:如何默认返回null?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33929607/

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