Convert groovy tests to java

This commit is contained in:
Eddú Meléndez
2016-11-21 20:48:11 -05:00
committed by John Blum
parent f98697416e
commit 1a318b89d9
97 changed files with 3029 additions and 1820 deletions

View File

@@ -19,9 +19,11 @@ dependencies {
runtime "org.springframework.shell:spring-shell:1.0.0.RELEASE"
testCompile "junit:junit:$junitVersion"
testCompile "junit:junit:$junitVersion",
"org.assertj:assertj-core:$assertjVersion",
"org.projectlombok:lombok:$lombokVersion"
integrationTestCompile gebDependencies
integrationTestCompile seleniumDependencies
integrationTestRuntime "org.springframework.shell:spring-shell:1.0.0.RELEASE"
}