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 -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -