ResponseEntity actualResponseEntity = genericCoralClient.call("test");
1、这里如果使用 any()
最参数,就会说 org.mockito.exceptions.misusing.InvalidUseOfMatchersException
。这个错误,我 debug 了好久才发现 root cause。
转载请注明:牛哥678 » mockito: 被测试的函数,参数不要使用any()
ResponseEntity actualResponseEntity = genericCoralClient.call("test");
1、这里如果使用 any()
最参数,就会说 org.mockito.exceptions.misusing.InvalidUseOfMatchersException
。这个错误,我 debug 了好久才发现 root cause。
转载请注明:牛哥678 » mockito: 被测试的函数,参数不要使用any()