Why am I getting “Cannot resolve symbol”?

前端 未结 3 1402
伪装坚强ぢ
伪装坚强ぢ 2021-02-14 20:54

I\'ve imported this project before, with no difficulty before. I\'m not sure what has changed.

I click Import Project and selected getting-started-wi

3条回答
  •  情歌与酒
    2021-02-14 21:49

    Make sure that if JUnit is declared as test, that your test class is in src/test, otherwise it won't be able to see the dependency.

提交回复
热议问题