-
Notifications
You must be signed in to change notification settings - Fork 1
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
JUnit 5? #43
Comments
Which JUnit5 exclusive features would you like to use? |
Currently, I have the following project:
The students need to fill in the |
The current judge hooks into the junit runners as defined in junit 4 to report on the executed tests. Supporting junit 5 tests would require nontrivial changes to the judge code. I can look into it, but the change won't come tomorrow. It's probably easier to use junit 4 tests for now, unless there are features missing in junit 4 you'd really need. |
@MartenBE If you could send me an email ([email protected]), I can send you some examples using JUnit 4. |
Thank you very much for the quick responses! I've changed the unit tests from junit 4 to 5 and got it all working on Dodona. |
The examples use the testsuite structure from junit 4. Is it possible to use junit 5 instead with this judge?
The text was updated successfully, but these errors were encountered: