2020-09-14 20:26发布
点击此处---> 群内免费提供SAP练习系统(在群公告中)加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)我必须写一个junit来测试一个... 显示全部
加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)
我必须写一个junit来测试一个包含'Config.Parameter()'的方法,我需要对此进行模拟。 我发现Mockito框架不支持静态方法的模拟。 为此,我们需要使用PowerMockito。 我应该如何实现呢? 还有其他间接方法可以模拟吗?
您可以停止使用 Config.getParameter(),而是注入 ConfigurationService
Config.getParameter()
ConfigurationService
configurationService.getConfiguration()。getString(" myparam")
然后,您可以注入模拟的配置服务。
最多设置5个标签!
您可以停止使用
Config.getParameter()
,而是注入ConfigurationService
然后,您可以注入模拟的配置服务。
一周热门 更多>