You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2019/11/19 10:20:26 UTC

[GitHub] [commons-imaging] kinow opened a new pull request #59: [IMAGING-242] Upgrade to Junit5

kinow opened a new pull request #59: [IMAGING-242] Upgrade to Junit5
URL: https://github.com/apache/commons-imaging/pull/59
 
 
   Used @mureinik 's excellent work on [this PR for Commons CSV](https://github.com/apache/commons-csv/pull/49) for the same end.
   
   Only difference is that Commons Imaging uses Theories (`@Theory`, `@Datapoint`, etc). And this is [not available in JUnit 4](https://github.com/junit-team/junit5/pull/1422#issuecomment-389644868), so I used [JUnit Vintage](https://junit.org/junit5/docs/current/user-guide/#dependency-metadata-junit-vintage) as in [this post](https://www.igorski.co/java/junit/mixing-junit-4-and-junit-5-tests/).

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