-
Notifications
You must be signed in to change notification settings - Fork 267
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 from JUnit 4 to JUnit 5 #472
Comments
Please don't close this issue after merging pull request #473. I would like to re-use this issue for some more pull requests. |
Version 64 of the parent POM will provide the dependency information for JUnit 5. Therefore the entry in the dependency management section can be removed if version 64 will be released.
-1 – You can create an issue for migrating specific unit tests, where this issue only migrates the testing engine. The benefits would be more in-detail documentation why a particular test was migrated. |
I see the point, but IMHO code must be touched and always improved, as if you don't do it, you will reach the point, there you simply think: I don't want to touch this old crap, let us kick it. I know there is something in the middle, but I would prefer to improve things is it adds value. |
If you see "old crap" it got past a code review when it shouldn't have. |
It’s not closed because code is still using old junit api 😜 |
But if you insist, we can use this one for also tracking unit test conversions... |
Writing tests is the hardest part in maintaining long-living software projects. Therefore, we should have the best tools available. So, the versions plugin should use JUnit 5 instead of JUnit 4.
The text was updated successfully, but these errors were encountered: