frankframework / frank-doc

Frank!Doc
https://frankdoc.frankframework.org
Apache License 2.0
4 stars 5 forks source link

JUnit 4 to JUnit 5 migration #160

Closed nielsm5 closed 7 months ago

nielsm5 commented 1 year ago

We recently started the migration in the IAF repo, see https://github.com/ibissource/iaf/pull/4292. A few things have changed, such as the package names and annotation names.

There is a migration path, which requires the 'JUnit Vintage Engine'. This allows JUnit 4 style tests to be ran against a JUnit 5 Engine.

The migration can be done in phases. I expect that the normal tests (non parameterized) will be very easy to migrate, and could be done in a separate PR. The parameterized tests will require some extra work.