runner icon indicating copy to clipboard operation
runner copied to clipboard

Groovy: Change JUnit version from 4 to 5 for Tests

Open FranzMartyn opened this issue 1 year ago • 0 comments

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.

FranzMartyn avatar Sep 12 '24 17:09 FranzMartyn