Community

Kotlin and JUnit 5 @BeforeAll

(Biju Kunjummen) In Kotlin, classes do not have static methods. A Java equivalent semantic can be provided to callers using the concept of a companion object though.