You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2020/04/18 03:03:26 UTC

[GitHub] [maven-surefire] Tibor17 commented on issue #285: [SUREFIRE-1234] Allow to configure JVM for tests by referencing a toolchain entry

Tibor17 commented on issue #285: [SUREFIRE-1234] Allow to configure JVM for tests by referencing a toolchain entry
URL: https://github.com/apache/maven-surefire/pull/285#issuecomment-615545210
 
 
   @akomakom [Here](https://github.com/apache/maven-surefire/tree/pull/285) is my branch where are more improvements but the main change is the Map which is passed to the reflection calls. Please cherry pick my commit to your PR. Can you add two unit tests with PowerMock with
   `assumeThat( method-exists )`
   and second with
   `assumeThat( method-doesn't-exist )`.
   Maybe the third for verifying thrown exception `MojoFailureException`.
   Feel free to add them to `AbstractSurefireMojoTest`.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services