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
Of the top of my head using Spring:
More info on classpath scanning and custom type filters here