Add support for JUnit 5.
Note: This at least requires updating the isTestClass() method in com.reeltwo.jumble.util.JumbleUtils, because the @Test annotation in JUnit 5 has changed and now comes from org.junit.jupiter.api.Test.
Log in to post a comment.