Eclipse 2.1 - New and Noteworthy

Java Development Tools

JUnit Integration


Running all unit tests

The JUnit test runner now gives you an easy way to run all tests in a specified Java project, source folder, or package.

JUnit launch configuration


Finding unit tests The new JUnit action Navigate > Go To > Referring Tests finds and navigates to tests that reference a particular type or method.

Run as JUnit test

Select a JUnit test method in a view and choose Run > Run As > JUnit test. This creates a launch configuration to run the selected test.

 

Previous Index Next

Copyright IBM Corporation and others 2000, 2003