-
Notifications
You must be signed in to change notification settings - Fork 6
Migrate tests from Junit4 to Junit 5 #371
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
Conversation
| } | ||
| } | ||
|
|
||
| //kotlin { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would keep this line as it takes long time to figure out how to properly setup debug
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added it back 4f3d61c
|




This pull-request:
It changes tests from JUnit 4 to JUnit 5.
It uses Gradle 8 for branch 1.9.x which targets MN 4.
It copies
CompilationRulewhich was a JUnit 4@Ruleto the project and it transforms into a Junit 5 extension. Google Compile Testing does not have interest to do this change.