When I\'m testing this static method
public class SomeClass { public static long someMethod(Map map, String string, Long l, Log log) { ... }
org.mockito mockito-all ${mockito.version} org.powermock powermock-module-junit4 ${powermock.version} jar provided org.powermock powermock-api-mockito ${powermock.version} jar provided
I hope your project is using maven. Try including these jars to the build.