① 在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的類或者別的東西,給改個名字