pitest / pitest-junit5-plugin

JUnit 5 test framework support for Pitest
Apache License 2.0
74 stars 26 forks source link

Build with JUnit Platform 1.9.1 to support JUnit Jupiter 5.9.1 #69 #70

Closed davidburstrom closed 2 years ago

davidburstrom commented 2 years ago

By bundling the shaded 1.9.1 version of JUnit Platform, it addresses issues finding the method org.junit.platform.commons.util.CollectionUtils.isConvertibleToStream which is required by JUnit Jupiter 5.9.1. The JUnit Platform is backwards compatible with older versions of Jupiter, at least back to 5.8.2.