Open Philzen opened 5 months ago
Did you consider to make the migration to AssertJ instead of JUnit5 ?
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.
@Test
and SkipException
) need an "assertJ" option to be able to cleanly integrate with projects that prefer AssertJ. Created #33 for that, which i consider as a requirement for MVP status of this project.So thanks! :handshake:
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.