auth0 / auth0-java

Java client library for the Auth0 platform
https://auth0.com
MIT License
286 stars 131 forks source link

[SDK-4366] Update to JUnit 5 #546

Closed jimmyjames closed 1 year ago

jimmyjames commented 1 year ago

🧪 Test only change 🧪

This change updates the JUnit dependency used to write and execute tests from JUnit 4 to JUnit 5.

Note for reviewers

This is a large PR that impacts every test class in the library 😅. There's not any test logic changes, however. The changes can be summarized as:

It may be useful to review by looking at the individual commits, which roughly correlate to the above changes.