sormuras commented on pull request #2598: URL: https://github.com/apache/netbeans/pull/2598#issuecomment-781526671
Back on topic. Project under test: https://github.com/sormuras/testing-in-the-modular-world/ Created `src/test/java/module-info.java` with the following content: ```java open /*test*/ module foo { exports foo; requires org.junit.jupiter.api; } ``` ... which is what I invented [module-info.test](https://github.com/sormuras/testing-in-the-modular-world/blob/master/src/test/resources/module-info.test) for, back in the days. And... it looks good to me.  Caveat: I'm not sure why Maven/NB says "1 tests skipped." Did look into the project for years... ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
