I am trying to mock org.apache.commons.httpclient.HttpClient in my unit tests, but unable to do so. How can I do this?
I have tried this, https://blogs.perficient.com/2019/01/23/how-to-test-apache-httpclient-in-the-context-of-aem/, but it does not work.