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

What is happening when Matlab is starting a "parallel pool"? -

php - Cannot override Laravel Spark authentication with own implementation -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -