-
Notifications
You must be signed in to change notification settings - Fork 91
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 all unit test cases to Junit 5 platform #1103
Comments
@chandrashekar-s, can I work on it? |
Thanks @mdxabu for your interest. Yes, you can definitely work on it. Please feel free to assign this to yourself and start working on it. You could also join the Developer calls that happens every 2 weeks to discuss the status of this issue. |
Also, to make the development and review process easier, please change one module at a time and raise a PR. |
@chandrashekar-s , Just change the Junit version on pom.xml right? |
@mdxabu Please use this PR as a sample reference where we migrated the test cases of |
Pull Request Submitted. Please provide your feedback! |
Hi @chandrashekar-s , @meetmehta1198 . I’ve been looking into this issue and would love to contribute! |
Hi @DAN-MU-ZI Thanks for showing your interest on this. Since @meetmehta1198 is already working on this, I will like to ask if @meetmehta1198 wants to continue on the remaining modules as well. However, there are other issues that you can have a look as well, like this #632 and this #257 . Please let me know if you would like to contribute to any of these. Thanks! |
Hi @chandrashekar-s, I’ve been reviewing issue #632, and I believe I can contribute to it. I’m currently going through the project documentation and related code to better understand the scope of the work required. Additionally, I noticed that the path for Please let me know if this is correct or if I might be missing something. Once I have a clearer understanding of the project structure, I’ll make sure to follow up with a detailed response. If there are any additional resources or key points I should be aware of, I’d greatly appreciate it if you could share them. Thank you! |
Hello @chandrashekar-s, |
Junit 5
platform offers few advantages overJunit 4
likeJunit 5
uses some advanced features of Java, can execute via more Runners etc. Migrate all the unit tests toJunit 5
.The text was updated successfully, but these errors were encountered: