Hi,
it would be great to have a button to restart the tests on purpose without having to edit a file and to save it.
This is useful when some external condition wasn't met at the first run (eg. Name Service not running).
Another wish is the possibility to compile without the tests being run after the compilation (our tests need some time and we don't want to run the everytime).
Thanks for the audience,
Chris
Logged In: YES
user_id=1296748
Originator: NO
If you have created a launch configuration for your project, just hit the run button. The tests re-run each time you execute your app. If your project does not include a main() method, then only the tests will run--otherwise, the tests will run, followed by main(). This isn't described in the docs yet ...