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

Migrate to Junit 5 #124

Open
hebasta opened this issue Jul 15, 2024 · 1 comment
Open

Migrate to Junit 5 #124

hebasta opened this issue Jul 15, 2024 · 1 comment
Assignees

Comments

@hebasta
Copy link
Contributor

hebasta commented Jul 15, 2024

There should be considered if migrating from Junit 4 to Junit 5 is necessary. The first stable version of Junit 5 is out since September 2017, so it seems to be time to upgrade. A gradual hybrid approach to migrating over to JUnit 5 is possible.

@hebasta hebasta self-assigned this Jul 15, 2024
@hebasta
Copy link
Contributor Author

hebasta commented Sep 3, 2024

A migration to Junit 5 should hopefully be easy because JUnit Vintage allows backward compatibility with Junit4. Therefore we can run the older ones as Junit 4 and the newer ones as Junit 5 tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant