Skip to content

Hello world using JUnit 5, Gradle, and Kotlin DSL

License

Notifications You must be signed in to change notification settings

dksmiffs/junit5-gradle-kotlin

 
 

Repository files navigation

junit5-gradle-kotlin ci-badge

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

Usage

  1. Install Gradle.
  2. From bash on Linux, or PowerShell or Git Bash on Windows, type ./gradlew test from the top level of this project.

Packages

No packages published

Languages

  • Kotlin 100.0%