gradle: ``` testRuntimeOnly libs.junit.jupiter.engine ``` Kotlin: ``` testRuntimeOnly(libs.junit.jupiter.engine) ```