JUnitParams icon indicating copy to clipboard operation
JUnitParams copied to clipboard

Fixes #151: org.junit.runner.Description.fAnnotations array is null with junitparams parameterized junit tests

Open kompacher opened this issue 6 years ago • 3 comments

This PR should reproduce and fix the issue described in #151. Looking forward for your feedback.

kompacher avatar Sep 18 '18 20:09 kompacher

The broken build has nothing to to with this PR. It is caused by the discontinued support of some older TLS versions: https://central.sonatype.org/articles/2018/May/04/discontinued-support-for-tlsv11-and-below/?__hstc=31049440.01d70cd8a123efa2827db80259ca61bf.1530207152503.1530231885049.1534984717854.3&__hssc=31049440.1.1534984717854&__hsfp=2725607461

This should be fixed on a separate branch.

kompacher avatar Sep 18 '18 21:09 kompacher

Dear @woprzech,

did you have some time to review this pull request?

kompacher avatar Dec 03 '18 08:12 kompacher

I forked the repository, applied the fix myself and published it via Jitpack.

Repository: https://github.com/vinaysshenoy/JUnitParams Release: https://github.com/vinaysshenoy/JUnitParams/releases/tag/1.1.2 Maven artifact: https://jitpack.io/#vinaysshenoy/JUnitParams/1.1.2

vinaysshenoy avatar Mar 03 '20 05:03 vinaysshenoy