测试类报错

来源:3-6 dao层开发

z不许人间见白头z

2019-10-22 22:54

http://img1.mukewang.com/5daf18230001538804350193.jpg自动生成测试类注解报错

写回答 关注

3回答

  • fengshenwonderful
    2020-04-16 17:09:44

    windows下idea使用alt+enter解决,加入maven dependency,导如对应包即可

  • ljy_mx
    2020-03-03 15:54:34

    我导入包也不对,然后在pom.xml加上

    <dependency>
        <groupId>junit</groupId>
        <artifactId>junit</artifactId>
    </dependency>

  • 慕斯5765297
    2019-12-22 22:23:45

    应该是没有导入包

    import org.junit.runner.RunWith;


SpringBoot+MyBatis搭建迷你小程序

SpringBoot+MyBatis搭建小程序后台

91497 学习 · 621 问题

查看课程

相似问题