runner
runner copied to clipboard
Groovy: Change JUnit version from 4 to 5 for Tests
Problem:
As of writing this, JUnit 4's @Test annotation (org.junit.Test) is automatically imported when creating a new Kata translation.
Solution:
Automatically import JUnit 5's @Test annotation (org.junit.jupiter.api.Test) instead.