Skip to content

Latest commit

 

History

History
executable file
·
11 lines (7 loc) · 544 Bytes

README.md

File metadata and controls

executable file
·
11 lines (7 loc) · 544 Bytes

junit5-jupiter-starter-gradle-kotlin

The junit5-jupiter-starter-gradle-kotlin project demonstrates how to run tests based on JUnit Jupiter using Gradle's native JUnit Platform support, Gradle's Kotlin DSL and code and tests written in Kotlin.

Run ./gradlew test to execute all tests.

一个更好的版本 (支持多线程)