自动生成测试类注解报错
windows下idea使用alt+enter解决,加入maven dependency,导如对应包即可
我导入包也不对,然后在pom.xml加上
<dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency>
应该是没有导入包
import org.junit.runner.RunWith;