I'm trying to use PowerMock as a library in another application. Is there a way to use it to mock a static method call without using annotations (I'm in Clojure which doesn't really do annotations)
|
feedback
|
|
According to powermock support and this blog, I guess there is no way to avoid annotations in test. I guess we need the | |||
|
feedback
|