Skip to content
Martin Chalupa edited this page Mar 6, 2021 · 12 revisions

Classes specific to testing a Gradle project, leveraging Spock.

Depending on nebula-test

repositories {
    jcenter()
}

dependencies {
    testImplementation 'com.netflix.nebula:nebula-test:latest.release'
}

Clone this wiki locally