Select JUnit Version Dialog Box

Use to specify the version of JUnit to use when creating JUnit test skeletons.

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

The JUnit 4.x option is only available if your project is running on the Java 5.0 platform or higher.

JUnit 4.x is backwards-compatible with JUnit 3.x. If you decide to downgrade from JUnit 4.x to JUnit 3.x, tests using unsupported features such as annotation descriptions and static imports are ignored.


Related Topics

Developing Applications with NetBeans IDE,

Copyright © 2016, Oracle and/or its affiliates. All rights reserved.