Kotlin / kotlin-koans

Kotlin workshop
MIT License
2.6k stars 1.41k forks source link

Migrate to JUnit 5 #174

Closed sw-samuraj closed 5 years ago

sw-samuraj commented 5 years ago

JUnit 5 is here for 1.5 year. Wouldn't be convenient to migrate from JUnit 4 up to the contemporary version of framework?

I've already did the migration in my fork of the project and the changes are relatively easy, mostly change of imports (e.g. N00StartKtTest.kt). I can prepare a pull request for this.

svtk commented 5 years ago

Thanks! Updated