Main Features include: + Added JUnit 5 Library - Using latest 5.3.1 release. + Added JUnit 5 Templates + New Test classes default to JUnit 5 if JDK >= 8 & JUnit 4 not already used. + Test Classes when JUnit 5 is found on the class path(Maven) use JUnit 5. + Run/Debug single test method support included. Checks when Using JUnit 5 of the method has an annotation that inherits from @Testable + Updated JUnit IDE hints for JUnit 5 - i.e. Assertions as opposed to Assert and ordering of arguements. + Informational message to users when creating a Test Suite with Junit 5 - Currently not supported with Jupiter, message refers users to switch to the Vintage Engine.
[ Full content available at: https://github.com/apache/incubator-netbeans/pull/892 ] This message was relayed via gitbox.apache.org for [email protected]
