I would like to run junit test cases from commandline. Im using eclipse
A:
If you project is ant based then you should be able to do something like this from the console:
ant test
If this doesn't work, but still your project is ant based, you can run ant -p
to list the main targets of the project.
cherouvim
2010-02-10 08:10:18