Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Groovy: Change JUnit version from 4 to 5 for Tests #319

Open
FranzMartyn opened this issue Sep 12, 2024 · 0 comments
Open

Groovy: Change JUnit version from 4 to 5 for Tests #319

FranzMartyn opened this issue Sep 12, 2024 · 0 comments

Comments

@FranzMartyn
Copy link

FranzMartyn commented Sep 12, 2024

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 FranzMartyn changed the title Groovy: Change testing Groovy: Change JUnit version from 4 to 5 for Tests Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants