Parameterized Testing With JUnit 5 For Kotlin

I am a fan of parameterized testing as it is found in JUnit 5, but when you start a new Kotlin JVM project in IntelliJ with Gradle it defaults to JUnit 4. I’ve found several tutorials and a great deal of documentation about getting Kotlin and JUnit 5 to work together, but none of them… Continue reading Parameterized Testing With JUnit 5 For Kotlin