Skip to content
This repository was archived by the owner on Dec 3, 2023. It is now read-only.

mkobit/gradle-test-kotlin-extensions

Repository files navigation

Gradle Test Kotlin Extensions

Table of Contents

Latest Release Version GitHub Actions - CI

Kotlin extensions and utilities for testing Gradle projects.

Goals

  • Concise and obvious file system set up and manipulation

  • Simplify construction of build arguments

  • Simplify execution of multiple builds

  • Stay very close to built-in Gradle APIs

Usage

Add as a dependency
repositories {
  jcenter()
}

dependencies {
  testImplementation("com.mkobit.gradle.test:gradle-test-kotlin-extensions:x.x.x")
}

GradleRunner extensions

GradleRunner can be used to execute builds using the Gradle TestKit. There are a few extensions that make the setup and execution with Kotlin clearer, more concise, and composable.

To see some examples of managing CLI options, running multiple builds, managing the file system content of the project directory, and others, see the examples directory.

About

Kotlin extensions for Gradle testing

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages