acs-aem-commons
acs-aem-commons copied to clipboard
add Mockito inline dependency
https://github.com/Adobe-Consulting-Services/acs-aem-commons/issues/3327
Why adding a new dependency without changing any code? What does this fix?
Why adding a new dependency without changing any code? What does this fix?
Currently, there are several open issues related to the unit tests that I am planning to work on ( as an example https://github.com/Adobe-Consulting-Services/acs-aem-commons/issues/2279). There is no possibility to mock static methods right now, so, it fixes that issue and I can proceed with the https://github.com/Adobe-Consulting-Services/acs-aem-commons/issues/2279
But It seems like need to rewrite a ton of tests for it :)