I want to be able to run all tests in a project programmatically. I know Eclipse has a \"Run as JUnit test\" configuration which somehow grabs all the tests in a project and run
I also recommend using the JUnit Suite annotations. Follow the link for more detail.