在 IDEA 中使用 @Test 注解报错的问题
原因一:JUnit 版本太低
解决:导入 4.12 及其以上版本
原因二:没有将 test 文件夹 设置为 Test Resource Root
解决:右键文件夹 --> Mark Directory as --> Test Resource Root
原因一:JUnit 版本太低
解决:导入 4.12 及其以上版本
原因二:没有将 test 文件夹 设置为 Test Resource Root
解决:右键文件夹 --> Mark Directory as --> Test Resource Root