Why is the Android test runner reporting “Empty test suite”?

前端 未结 30 2155
有刺的猬
有刺的猬 2020-11-28 07:59

I am banging my head against the wall here trying to figure out why IntelliJ/Android is reporting \"Empty test suite\". I have a small project with two IntelliJ Modules (\"

30条回答
  •  情深已故
    2020-11-28 08:32

    In my case, none of the previous answers worked. The solution was to simply move the test class to another package.

    This happened under androidTest/

提交回复
热议问题