-
Notifications
You must be signed in to change notification settings - Fork 0
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
Implement migration of assertions #2
Comments
Did you consider to make the migration to AssertJ instead of JUnit5 ? |
@juherr That is an excellent point. Generally this is out of scope of this project, as the following projects already cover that:
However your comment made me realize two things.
So thanks! 🤝 |
I think we share the same vision. I was thinking about AssertJ as intermediate step for the testng to junit migration.
I've no idea about the complexity of the implementation. Wdyt? |
This is a complete list of the methods in
org.testng.Assert
:At the end of the day each of them should be migrated in a feasible / functional way.
The text was updated successfully, but these errors were encountered: