You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2018/09/20 14:48:49 UTC

[GitHub] mcdonnell-john opened a new pull request #892: [NETBEANS-6] Adding Support for JUnit 5

mcdonnell-john opened a new pull request #892: [NETBEANS-6] Adding Support for JUnit 5
URL: https://github.com/apache/incubator-netbeans/pull/892
 
 
   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.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists