Skip to content

Adds a testFramework source set to the project and accompanying build artifact.

License

Notifications You must be signed in to change notification settings

mechjacktv/gradle-plugin-test-framework

Repository files navigation

Gradle Test Framework Plugin

Travis CI Badge

Adds a test framework source set to java projects.

Installing the Plugin

This plugin is hosted on GitHub and distributed using JitPack. Add the following to your build.gradle:

buildscript {
  repositories {
    maven { url "https://jitpack.io" }
  }
  dependencies {
    classpath 'com.github.mechjacktv:gradle-test-framework:master-0.1.0'
  }
}

plugins {
    id 'tv.mechjack.gradle.testframework'
}

Using the Plugin

Execute the initTestFramework task to create your source directory and put the test framework code you want included in a jar artifact along side your main jar for consumers to use during testing.

License

Gradle Test Framework is distributed under the MIT license. You can read the license at LICENSE.

About

Adds a testFramework source set to the project and accompanying build artifact.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages