Select JUnit Version Dialog Box

See Also

Use this dialog box to specify the version of JUnit to use when creating JUnit test skeletons. You see this dialog box the first time you create a JUnit test or test suite for your project. After you select a JUnit version for your project, all subsequent tests and test suites generated by the IDE will be created for that version. You can view the project's JUnit libraries by expanding the project's Test Libraries node in the Projects window.

If you are developing your project on the Java 5.0 platform, you can choose between the following JUnit versions:

Notes:

Changing the JUnit Version

The Select JUnit Version dialog box only appears the first time you create a JUnit test. You can update support for the JUnit versions by updating the JUnit libraries in the project's Test Libraries node.

To add a new library, right-click the Test Libraries node in the Projects window and choose Add Library and select the library in the Add Library dialog box. To remove a library, right-click the library and choose Remove.

See Also
Creating a JUnit Test
Running a JUnit Test
About JUnit

Legal Notices