@@ -29,7 +29,7 @@ gradle.taskGraph.whenReady { graph ->
|
|||||||
plugins.withType(JavaPlugin) {
|
plugins.withType(JavaPlugin) {
|
||||||
sourceCompatibility = 1.8
|
sourceCompatibility = 1.8
|
||||||
|
|
||||||
test {
|
tasks.withType(Test) {
|
||||||
useJUnitPlatform()
|
useJUnitPlatform()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -25,5 +25,5 @@ dependencies {
|
|||||||
testCompile "org.springframework.security:spring-security-core"
|
testCompile "org.springframework.security:spring-security-core"
|
||||||
testCompile "org.junit.jupiter:junit-jupiter-api"
|
testCompile "org.junit.jupiter:junit-jupiter-api"
|
||||||
testCompile "org.junit.jupiter:junit-jupiter-params"
|
testCompile "org.junit.jupiter:junit-jupiter-params"
|
||||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"
|
testRuntime "org.junit.jupiter:junit-jupiter-engine"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ dependencies {
|
|||||||
testCompile "org.springframework:spring-web"
|
testCompile "org.springframework:spring-web"
|
||||||
testCompile "org.springframework.security:spring-security-core"
|
testCompile "org.springframework.security:spring-security-core"
|
||||||
testCompile "org.junit.jupiter:junit-jupiter-api"
|
testCompile "org.junit.jupiter:junit-jupiter-api"
|
||||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"
|
testRuntime "org.junit.jupiter:junit-jupiter-engine"
|
||||||
|
|
||||||
integrationTestCompile "io.lettuce:lettuce-core"
|
integrationTestCompile "io.lettuce:lettuce-core"
|
||||||
integrationTestCompile "org.testcontainers:testcontainers"
|
integrationTestCompile "org.testcontainers:testcontainers"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ dependencies {
|
|||||||
testCompile "org.springframework:spring-web"
|
testCompile "org.springframework:spring-web"
|
||||||
testCompile "org.springframework.security:spring-security-core"
|
testCompile "org.springframework.security:spring-security-core"
|
||||||
testCompile "org.junit.jupiter:junit-jupiter-api"
|
testCompile "org.junit.jupiter:junit-jupiter-api"
|
||||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"
|
testRuntime "org.junit.jupiter:junit-jupiter-engine"
|
||||||
|
|
||||||
integrationTestCompile "com.hazelcast:hazelcast-client"
|
integrationTestCompile "com.hazelcast:hazelcast-client"
|
||||||
integrationTestCompile "org.testcontainers:testcontainers"
|
integrationTestCompile "org.testcontainers:testcontainers"
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ dependencies {
|
|||||||
testCompile "org.springframework:spring-web"
|
testCompile "org.springframework:spring-web"
|
||||||
testCompile "org.springframework.security:spring-security-core"
|
testCompile "org.springframework.security:spring-security-core"
|
||||||
testCompile "org.junit.jupiter:junit-jupiter-api"
|
testCompile "org.junit.jupiter:junit-jupiter-api"
|
||||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"
|
testRuntime "org.junit.jupiter:junit-jupiter-engine"
|
||||||
|
|
||||||
integrationTestCompile "com.h2database:h2"
|
integrationTestCompile "com.h2database:h2"
|
||||||
integrationTestCompile "com.microsoft.sqlserver:mssql-jdbc"
|
integrationTestCompile "com.microsoft.sqlserver:mssql-jdbc"
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ dependencies {
|
|||||||
testCompile "org.springframework.boot:spring-boot-starter-test"
|
testCompile "org.springframework.boot:spring-boot-starter-test"
|
||||||
testCompile "org.assertj:assertj-core"
|
testCompile "org.assertj:assertj-core"
|
||||||
testCompile "org.junit.jupiter:junit-jupiter-api"
|
testCompile "org.junit.jupiter:junit-jupiter-api"
|
||||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"
|
testRuntime "org.junit.jupiter:junit-jupiter-engine"
|
||||||
|
|
||||||
integrationTestCompile seleniumDependencies
|
integrationTestCompile seleniumDependencies
|
||||||
integrationTestCompile "org.testcontainers:testcontainers"
|
integrationTestCompile "org.testcontainers:testcontainers"
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ dependencies {
|
|||||||
testCompile "org.springframework.boot:spring-boot-starter-test"
|
testCompile "org.springframework.boot:spring-boot-starter-test"
|
||||||
testCompile "org.assertj:assertj-core"
|
testCompile "org.assertj:assertj-core"
|
||||||
testCompile "org.junit.jupiter:junit-jupiter-api"
|
testCompile "org.junit.jupiter:junit-jupiter-api"
|
||||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"
|
testRuntime "org.junit.jupiter:junit-jupiter-engine"
|
||||||
|
|
||||||
integrationTestCompile seleniumDependencies
|
integrationTestCompile seleniumDependencies
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ dependencies {
|
|||||||
testCompile "org.assertj:assertj-core"
|
testCompile "org.assertj:assertj-core"
|
||||||
testCompile "org.skyscreamer:jsonassert"
|
testCompile "org.skyscreamer:jsonassert"
|
||||||
testCompile "org.junit.jupiter:junit-jupiter-api"
|
testCompile "org.junit.jupiter:junit-jupiter-api"
|
||||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"
|
testRuntime "org.junit.jupiter:junit-jupiter-engine"
|
||||||
|
|
||||||
integrationTestCompile seleniumDependencies
|
integrationTestCompile seleniumDependencies
|
||||||
integrationTestCompile "org.testcontainers:testcontainers"
|
integrationTestCompile "org.testcontainers:testcontainers"
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ dependencies {
|
|||||||
|
|
||||||
testCompile "org.springframework.boot:spring-boot-starter-test"
|
testCompile "org.springframework.boot:spring-boot-starter-test"
|
||||||
testCompile "org.junit.jupiter:junit-jupiter-api"
|
testCompile "org.junit.jupiter:junit-jupiter-api"
|
||||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"
|
testRuntime "org.junit.jupiter:junit-jupiter-engine"
|
||||||
|
|
||||||
integrationTestCompile seleniumDependencies
|
integrationTestCompile seleniumDependencies
|
||||||
integrationTestCompile "org.testcontainers:testcontainers"
|
integrationTestCompile "org.testcontainers:testcontainers"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ dependencies {
|
|||||||
|
|
||||||
testCompile "org.springframework.boot:spring-boot-starter-test"
|
testCompile "org.springframework.boot:spring-boot-starter-test"
|
||||||
testCompile "org.junit.jupiter:junit-jupiter-api"
|
testCompile "org.junit.jupiter:junit-jupiter-api"
|
||||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"
|
testRuntime "org.junit.jupiter:junit-jupiter-engine"
|
||||||
|
|
||||||
integrationTestCompile seleniumDependencies
|
integrationTestCompile seleniumDependencies
|
||||||
integrationTestCompile "org.testcontainers:testcontainers"
|
integrationTestCompile "org.testcontainers:testcontainers"
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ dependencies {
|
|||||||
testCompile "org.springframework.boot:spring-boot-starter-test"
|
testCompile "org.springframework.boot:spring-boot-starter-test"
|
||||||
testCompile "org.springframework.security:spring-security-test"
|
testCompile "org.springframework.security:spring-security-test"
|
||||||
testCompile "org.junit.jupiter:junit-jupiter-api"
|
testCompile "org.junit.jupiter:junit-jupiter-api"
|
||||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"
|
testRuntime "org.junit.jupiter:junit-jupiter-engine"
|
||||||
|
|
||||||
integrationTestCompile "org.testcontainers:testcontainers"
|
integrationTestCompile "org.testcontainers:testcontainers"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ dependencies {
|
|||||||
|
|
||||||
testCompile "org.assertj:assertj-core"
|
testCompile "org.assertj:assertj-core"
|
||||||
testCompile "org.junit.jupiter:junit-jupiter-api"
|
testCompile "org.junit.jupiter:junit-jupiter-api"
|
||||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"
|
testRuntime "org.junit.jupiter:junit-jupiter-engine"
|
||||||
|
|
||||||
integrationTestCompile seleniumDependencies
|
integrationTestCompile seleniumDependencies
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ dependencies {
|
|||||||
|
|
||||||
testCompile "org.assertj:assertj-core"
|
testCompile "org.assertj:assertj-core"
|
||||||
testCompile "org.junit.jupiter:junit-jupiter-api"
|
testCompile "org.junit.jupiter:junit-jupiter-api"
|
||||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"
|
testRuntime "org.junit.jupiter:junit-jupiter-engine"
|
||||||
|
|
||||||
integrationTestCompile seleniumDependencies
|
integrationTestCompile seleniumDependencies
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ dependencies {
|
|||||||
|
|
||||||
testCompile "org.assertj:assertj-core"
|
testCompile "org.assertj:assertj-core"
|
||||||
testCompile "org.junit.jupiter:junit-jupiter-api"
|
testCompile "org.junit.jupiter:junit-jupiter-api"
|
||||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"
|
testRuntime "org.junit.jupiter:junit-jupiter-engine"
|
||||||
|
|
||||||
integrationTestCompile seleniumDependencies
|
integrationTestCompile seleniumDependencies
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ dependencies {
|
|||||||
|
|
||||||
testCompile "org.assertj:assertj-core"
|
testCompile "org.assertj:assertj-core"
|
||||||
testCompile "org.junit.jupiter:junit-jupiter-api"
|
testCompile "org.junit.jupiter:junit-jupiter-api"
|
||||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"
|
testRuntime "org.junit.jupiter:junit-jupiter-engine"
|
||||||
|
|
||||||
integrationTestCompile seleniumDependencies
|
integrationTestCompile seleniumDependencies
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ dependencies {
|
|||||||
testCompile "org.assertj:assertj-core"
|
testCompile "org.assertj:assertj-core"
|
||||||
testCompile "org.springframework:spring-test"
|
testCompile "org.springframework:spring-test"
|
||||||
testCompile "org.junit.jupiter:junit-jupiter-api"
|
testCompile "org.junit.jupiter:junit-jupiter-api"
|
||||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"
|
testRuntime "org.junit.jupiter:junit-jupiter-engine"
|
||||||
}
|
}
|
||||||
|
|
||||||
gretty {
|
gretty {
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ dependencies {
|
|||||||
testCompile "org.assertj:assertj-core"
|
testCompile "org.assertj:assertj-core"
|
||||||
testCompile "org.springframework:spring-test"
|
testCompile "org.springframework:spring-test"
|
||||||
testCompile "org.junit.jupiter:junit-jupiter-api"
|
testCompile "org.junit.jupiter:junit-jupiter-api"
|
||||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"
|
testRuntime "org.junit.jupiter:junit-jupiter-engine"
|
||||||
|
|
||||||
integrationTestCompile seleniumDependencies
|
integrationTestCompile seleniumDependencies
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ dependencies {
|
|||||||
|
|
||||||
testCompile "org.assertj:assertj-core"
|
testCompile "org.assertj:assertj-core"
|
||||||
testCompile "org.junit.jupiter:junit-jupiter-api"
|
testCompile "org.junit.jupiter:junit-jupiter-api"
|
||||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"
|
testRuntime "org.junit.jupiter:junit-jupiter-engine"
|
||||||
|
|
||||||
integrationTestCompile seleniumDependencies
|
integrationTestCompile seleniumDependencies
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ dependencies {
|
|||||||
|
|
||||||
testCompile "org.assertj:assertj-core"
|
testCompile "org.assertj:assertj-core"
|
||||||
testCompile "org.junit.jupiter:junit-jupiter-api"
|
testCompile "org.junit.jupiter:junit-jupiter-api"
|
||||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"
|
testRuntime "org.junit.jupiter:junit-jupiter-engine"
|
||||||
|
|
||||||
integrationTestCompile seleniumDependencies
|
integrationTestCompile seleniumDependencies
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ dependencies {
|
|||||||
|
|
||||||
testCompile "org.assertj:assertj-core"
|
testCompile "org.assertj:assertj-core"
|
||||||
testCompile "org.junit.jupiter:junit-jupiter-api"
|
testCompile "org.junit.jupiter:junit-jupiter-api"
|
||||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"
|
testRuntime "org.junit.jupiter:junit-jupiter-engine"
|
||||||
|
|
||||||
integrationTestCompile seleniumDependencies
|
integrationTestCompile seleniumDependencies
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user