chia7712 commented on PR #16618: URL: https://github.com/apache/kafka/pull/16618#issuecomment-2236055726
@brandboat those overloaded methods are final, and mockito may call the real method if mockito can't mock them. In order to make those tests pass, we can check the method which is mocked correctly. That is a known limit, so it is fine to change the test if we don't want to remove the "final" declaration. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
