[EMAIL PROTECTED] wrote:

Why? Some of the developers on my team comment out tests during development
to only run a sub-set (as Eclipse doesn't seem to let you just run a single
test easily any other way)



Right click on the test, select run, select run JUnit-test

If you wish to run all tests in a package, right click on the package and select the previous run-run Junit test.

If you wish to re-run the test, simply click on the run button in the java perspective (or the debug button).

To select a previous launched test-set, select the 'arrow' down next to the run button on the toolbar, and select the testset.

Hope to help,

Martijn

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to