Tibor17 edited a comment on pull request #293:
URL: https://github.com/apache/maven-surefire/pull/293#issuecomment-633127002


   @cowwoc 
   Do you have some spare time to develop a project with JUnit4 and TestNG on 
the top of this PR?
   I want to know what CLI arguments should be added for the JVM.
   For instance the current IT with JUnit5 has these arguments:
   
   ```
   private String[] getJpmsArgs()
   {
        return new String[] {
                "--add-modules",
                "ALL-MODULE-PATH",
   
                "--add-opens",
                
"org.junit.platform.commons/org.junit.platform.commons.util=ALL-UNNAMED",
   
                "--add-opens",
                
"org.junit.platform.commons/org.junit.platform.commons.logging=ALL-UNNAMED"
        };
   }
   ```


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


Reply via email to