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 15:55:30 UTC

[GitHub] mcdonnell-john edited a comment on issue #892: [NETBEANS-6] Adding Support for JUnit 5

mcdonnell-john edited a comment on issue #892: [NETBEANS-6] Adding Support for JUnit 5
URL: https://github.com/apache/incubator-netbeans/pull/892#issuecomment-423236268
 
 
   Hi @sormuras,
   
   So I toy-ed around for an while looking to see if could implement a EngineDiscoveryRequest but couldn't get it to work, and then went back to the @Testable based on its JavaDocs and left it at that for now.
    
   When using Maven based projects, Netbeans uses Maven/Surefire - I added a quick check for Surefire >2.22.0 for supporting individual test methods.
   I don't use Ant for any project, so would need help from someone who does to see what's needed to support changes for Ant.

----------------------------------------------------------------
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