Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • 2
    Have you checked the compatibility of your mockito with the PowerMockito (I'm not the downvoter by the way): github.com/powermock/powermock/wiki/Mockito/… Commented Apr 24 at 18:57
  • 1
    Generally NoSuchMethodError means you are compiling with one version of a software package and running in on another version that doesn't support a method that was there at compile time. Commented Apr 24 at 19:04