① 在spring和junit整合中出现java.lang.NoClassDefFoundError: javax/servlet/ServletContext错误
我印象里好像也出现过,我把我的配置方式给你说一下,你看能不能跑起来。
如果你是springMVC可以采用下面说的,springboot另说,更简单。
首先这几个jar得有:junit-4.12.jar、hamcrest-core-1.3.jar和spring-test-4.3.6.RELEASE.jar。
其次你看下我的Test类:
所以我填的是classpath:web/WEB-INF/applicationContext.xml
② java junit 单元测试框架方法上写@Test错误提示:this is not an annotation type
看看你是不是有叫Test的类或者别的东西,给改个名字