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

[OTHER] Upgrade to JUnit 5 #1

Closed
tommens opened this issue Jan 6, 2023 · 1 comment
Closed

[OTHER] Upgrade to JUnit 5 #1

tommens opened this issue Jan 6, 2023 · 1 comment
Labels

Comments

@tommens
Copy link
Contributor

tommens commented Jan 6, 2023

** Issue **
The current unit tests are written with JUnit 4. Upgrade all unit tests so that they are using the new JUnit 5 testing framework. Note that the syntax of JUnit 5 is different, so this requires changing some part of the code of the existing unit tests.

Make sure that the maven pom.xml file is updated so that all JUnit 5 tests are automatically executed (as is currently the case for the JUnit 4 tests.)

** Classification **
Upgrade of unit testing framework.

@tommens tommens added the upgrade label Jan 6, 2023
@tommens
Copy link
Contributor Author

tommens commented Apr 26, 2023

Resolved with commit cfc87da

@tommens tommens closed this as completed Apr 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant