使用junit测试遇到@test cannot resolve symble

不知道为啥在test的class文件中写了这样几行代码,然后@test出现cannot resolve symble,解决方法:在idea安装目录的lib文件夹找到lib文件夹,将里面的junit-4.12.jar文件通过ProjectStructure,找到mudulers,点右边的+将其添加进来,再按Alt+Enter解决
public class test {
    @Test
    public void testsql(){

    }


} 

你可能感兴趣的:(使用junit测试遇到@test cannot resolve symble)