No Such Method Error when creating JUnit test

后端 未结 5 801
忘了有多久
忘了有多久 2020-12-31 10:48

I\'ve tried figuring out this problem for the last 2 days with no luck. I\'m simply trying to create an annotation based JUnit test using the spring framework along with hi

5条回答
  •  情歌与酒
    2020-12-31 11:24

    I think you are picking up an incorrect version of asm.jar somewhere in the classpath you are using for your tests.

提交回复
热议问题