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 (\"
I had this happen to me when I mistakenly marked a non mock class variable with the annotation @Mock
Removed the annotation and the tests ran successfully.
This happened with Junit 4.5 on Android Studio