-
Notifications
You must be signed in to change notification settings - Fork 448
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
Request to update junit version #607
Comments
Looks like 3.8.2 is the latest in the 3.x line. Does anyone happen to know if Junit 4.x would be compatible without code changes? |
probably not but I don't recall any problems I ran into 10+ years ago switching from 3 to 4. google is full of posts about migrating: https://www.google.com/search?hl=nl&ei=3Ox2X5G-Gsf9kwWGp7e4Dw&q=upgrade+junit+3+to+4&oq=junit+upgrade+3&gs_lcp=CgZwc3ktYWIQAxgAMgYIABAWEB46BAgAEEc6BAgAEBM6CAgAEBYQHhATUL-6AVjlvQFg_coBaABwAngAgAFbiAG0AZIBATKYAQCgAQGqAQdnd3Mtd2l6yAEIwAEB&sclient=psy-ab |
I updated to v4.13 and rebuild the solution. It built without any severe problems, there are some deprecation warnings about using I don't know if the list is complete but here are some classes:
See: #609 |
It would be nice to fix the deprecations. Any idea what a fix would be? |
I think the Assert class now lives in |
@mprins Thanks! @FObermaier I tried switching the imports and it seemed to work. Here's a quick commit that does it: jnh5y@ee9975e |
Thanks |
I tend to use IntelliJ IDEA Community as java editor, especially when working with this project.
This editor does not play with junit v3.7 and requires at least v3.8 so I kindly request to update junit to this version.
Thanks.
The text was updated successfully, but these errors were encountered: