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

@@ -28,8 +28,8 @@ dependencies {
testCompile "org.springframework.boot:spring-boot-starter-test"
integrationTestCompile gebDependencies,
"org.spockframework:spock-spring:$spockVersion"
integrationTestCompile seleniumDependencies,
"org.projectlombok:lombok:$lombokVersion"
integrationTestRuntime "org.springframework.shell:spring-shell:1.0.0.RELEASE"
}
@@ -69,11 +69,8 @@ integrationTest {
dependsOn runGemFireServer
doFirst {
def port = reservePort()
def host = 'localhost:' + port
systemProperties['server.port'] = port
systemProperties['management.port'] = 0
systemProperties['geb.build.baseUrl'] = 'http://'+host+'/'
systemProperties['geb.build.reportsDir'] = 'build/geb-reports'
systemProperties['gemfire.cache.server.port'] = runGemFireServer.port
}
doLast {