Skip to content
Martin Chalupa edited this page Sep 22, 2021 · 8 revisions

Classes specific to testing a Gradle project, leveraging Spock.

Depending on nebula-test

repositories {
    mavenCentral()
}

test {
    useJUnitPlatform()
}

dependencies {
    testImplementation 'com.netflix.nebula:nebula-test:latest.release'
}
Clone this wiki locally