I want to be able to run Junit tests from the command line, but when I run this command
java -cp /usr/share/java/junit.jar org.junit.runner.JUnitCore [test class name]
All I get back is
OK (0 tests)
Does it have something to do with it being an Android project? I've run that command before and haven't had much issue.