I'm using IntelliJ and Maven to develop an Android application and I'm trying to run unit tests with the test module automatically created by the maven archetype. However, I keep getting the following message whenever I try to run the test module:
Running tests
Test running startedFinish
Empty test suite.
Do I have to register the tests somewhere?
For Intellij 15 I resolved this issue by: