Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在最后找到的所有带有部分模拟静态的示例都使用 EasyMock,然后是 PowerMock。有没有办法用 mockito - PowerMockito 部分模拟静态?
谢谢!罗克萨娜
您可以使用 PowerMockito 部分模拟静态。它的信息页面显示了所需的步骤。您可以在此处找到。使用根据需要模拟静态调用的能力,并且您始终可以使用spy. 您还可以在此处查看他们的文档中的示例。
spy