Hello, we have a lot of test classes in our project. In each package there is an main-class, called AllTests, that calls all tests from this package and all sub-packages. Often it's useful to only run the tests in one package, so we invoke "Run" on AllTests class. If this is done for each package, the run configurations clutter up easily.
I suggest, not to add an run configuration implicitely, but only explicitely. This could be for instance via a popup-menuitem from the main-capable class or as an Remember-button in the Run-pane after launching. The first one makes more sense to me, because currently I do not have the chance to configure the newly generated run configuration, when pressing Run. Instead pressing "Create Run Configuration" (or "Create Test Configuration") opens the Run/Debug Configurations dialog and lets me generate a run configuration before running this class. Comments are welcome. Tom _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
