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
Post a Comment