I'm trying to develop and android application and have developed a helper class to download some data. I want to unit test this class but, when I try and run it in the android junit runner, it fails when trying to find tests. If I try and run the test using normal junit then I'm getting a JVM error.
My test class is a normal Junit 4 Class - since there didn't seem to be and Android test class for helper classes.