Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 892 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 892 Bytes

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.