最近做了Spring-test+JUnit的单元测试,用的是Spring2.5.6和JUnit4.7但是会出现如下异常: org.apache.maven.surefire.booter.SurefireExecutionException: org/junit/Assume$AssumptionViolatedException; nested exception is java.lang.NoClassDefFoundError: org/junit/Assume$AssumptionViolatedException 看上去就是缺了org.junit.Assume$AssumptionViolatedException这个类,是一个内部类。查了一下,JUnit4.4有这个类,JUnit4.5开始这个类消失。于是解决方法就是让JUnit降级到4.4版本即可。
Sprint-test与JUnit结合的要点
最新推荐文章于 2023-02-22 22:33:00 发布