-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Migrate examples to junit5 #7417
Migrate examples to junit5 #7417
Conversation
0ec2d04
to
7c4ac15
Compare
hi @eddumelendez, examples are migrated to junit5. Could you please review the PR, thanks! |
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.
Using JUnit 5, public can be removed from test classes and methods. Please apply this change.
Thanks!
9847628
to
bad1441
Compare
Hi @eddumelendez |
examples/spring-boot-kotlin-redis/src/test/kotlin/com/example/redis/AbstractIntegrationTest.kt
Outdated
Show resolved
Hide resolved
…redis/AbstractIntegrationTest.kt
examples/spring-boot/src/test/java/com/example/AbstractIntegrationTest.java
Outdated
Show resolved
Hide resolved
examples/spring-boot-kotlin-redis/src/test/kotlin/com/example/redis/RedisTest.kt
Outdated
Show resolved
Hide resolved
…redis/RedisTest.kt
examples/spring-boot-kotlin-redis/src/test/kotlin/com/example/redis/RedisApplicationTests.kt
Outdated
Show resolved
Hide resolved
…redis/RedisApplicationTests.kt
Thanks for your contribution @samed-bicer ! |
migrate examples from junit4 to junit5
#6921