Mocking super method call using easymock/powermock
问题 I integrated easymock with my Spring project and performed most of the unit tests. But got an issue with not able to mock the super method. When I run my test class it says method not supported. Any idea what's going wrong as I tried my best for last couple of days and not able to get any clue on how to mock the super method. org.springframework.security.authentication.AuthenticationServiceException: Authentication method not supported: at org.springframework.security.web.authentication