Use *.launch files in projects to launch JUnit tests
Brought to you by:
raner
The current heuristic that ebuilder uses to decide whether to run a test project as regular JUnit tests or as JUnit plug-in tests may not return the correct test type under certain circumstances. Also, some tests may require customized launch configurations to run properly.
To address these issues, ebuilder should first search each project for *.launch files that contain JUnit or JUnit plug-in configurations. If one or more of such files are found those files should be used to run the tests. If no launch configuration is found ebuilder should fall back to heuristically generating the launch configurations.