已经导入了junit,同样是在test文件夹进行@test测试,但idea始终无法找到org.junit.下的test类
pom.xml文件中移除junit依赖的配置<scope>test</scope>
junit
<scope>test</scope>