KorAP / Kalamar-Plugin-Export

Export Plugin for Kalamar
BSD 2-Clause "Simplified" License
3 stars 0 forks source link

Migrate to Junit 5 #124

Open hebasta opened 2 months ago

hebasta commented 2 months ago

There should be considered if migrating from Junit 4 to Junit 5 is necessary. The first stable version of Junit 5 is out since September 2017, so it seems to be time to upgrade. A gradual hybrid approach to migrating over to JUnit 5 is possible.

hebasta commented 1 week ago

A migration to Junit 5 should hopefully be easy because JUnit Vintage allows backward compatibility with Junit4. Therefore we can run the older ones as Junit 4 and the newer ones as Junit 5 tests.