ganeshashree commented on code in PR #243: URL: https://github.com/apache/tez/pull/243#discussion_r1005110196
########## tez-runtime-library/src/test/resources/mockito-extensions/org.mockito.plugins.MockMaker: ########## @@ -0,0 +1,13 @@ +# Licensed under the Apache License, Version 2.0 (the "License"); Review Comment: @abstractdog Both options work, the difference is just the extra file versus extra dependency. As per [this doc](https://javadoc.io/static/org.mockito/mockito-core/4.8.1/org/mockito/Mockito.html#39), `mockito-inline` artifact likely to be discontinued once mocking of final classes and methods gets integrated into the default mock maker. Please let me know if adding `mockito-inline` dependency looks better. -- 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]
