powermockito - java.lang.NoSuchMethodError: javassist.CtMethod.hasAnnotation(Ljava/lang/Class;) while executing Unit test case -


im getting java.lang.nosuchmethoderror: javassist.ctmethod.hasannotation(ljava/lang/class;) while running test class using mockito , have added javassist-3.20.0-ga.jar still seeing same error. powermock version using 1.6, jdk 1.8. can in resolving this? please mention if more information needed.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -