Convert groovy tests to java

This commit is contained in:
Eddú Meléndez
2016-11-22 02:48:11 +01:00
committed by Vedran Pavic
parent 9c236fa256
commit 8f71ace84c
97 changed files with 3029 additions and 1820 deletions

View File

@@ -14,7 +14,9 @@ dependencies {
providedCompile "javax.servlet:javax.servlet-api:$servletApiVersion"
testCompile "junit:junit:$junitVersion"
testCompile "junit:junit:$junitVersion",
"org.assertj:assertj-core:$assertjVersion",
"org.projectlombok:lombok:$lombokVersion"
integrationTestCompile gebDependencies
integrationTestCompile seleniumDependencies
}