testCompile 'org.assertj:assertj-guava'
testCompile 'org.hamcrest:hamcrest-all'
testCompile project(':sonar-plugin-api-impl')
- testCompile project(':server:sonar-db-testing')
+ testCompile testFixtures(project(':server:sonar-db-dao'))
testCompile project(path: ":server:sonar-server-common", configuration: "tests")
}
testCompile 'org.assertj:assertj-guava'
testCompile 'org.mockito:mockito-core'
testCompile 'org.reflections:reflections'
- testCompile project(':server:sonar-db-testing')
+ testCompile testFixtures(project(':server:sonar-db-dao'))
testCompile project(':sonar-testing-harness')
testCompile project(path: ":server:sonar-ce-task", configuration: "tests")
testCompile project(path: ":server:sonar-server-common", configuration: "tests")
testCompile 'org.assertj:assertj-guava'
testCompile 'org.mockito:mockito-core'
testCompile 'org.reflections:reflections'
- testCompile project(':server:sonar-db-testing')
+ testCompile testFixtures(project(':server:sonar-db-dao'))
}
task testJar(type: Jar) {
testCompile 'org.mockito:mockito-core'
testCompile 'org.slf4j:slf4j-api'
- testCompile project(':server:sonar-db-testing')
+ testCompile testFixtures(project(':server:sonar-db-dao'))
}
+++ /dev/null
-sonarqube {
- properties {
- property 'sonar.projectName', "${projectTitle} :: DB testing"
- }
-}
-
-dependencies {
- // please keep the list grouped by configuration and ordered by name
-
- compile 'com.h2database:h2'
- compile testFixtures(project(':server:sonar-db-core'))
- compile testFixtures(project(':server:sonar-db-dao'))
-}
testCompile 'org.assertj:assertj-core'
testCompile 'org.hamcrest:hamcrest-core'
testCompile 'org.mockito:mockito-core'
- testCompile project(':server:sonar-db-testing')
+ testCompile testFixtures(project(':server:sonar-db-dao'))
testCompile project(path: ':sonar-plugin-api', configuration: 'shadow')
testCompile project(':sonar-plugin-api-impl')
testCompile project(':sonar-testing-harness')
testCompile 'com.tngtech.java:junit-dataprovider'
testCompile 'javax.servlet:javax.servlet-api'
testCompile 'org.mockito:mockito-core'
- testCompile project(':server:sonar-db-testing')
+ testCompile testFixtures(project(':server:sonar-db-dao'))
testCompile project(path: ":server:sonar-server-common", configuration: "tests")
testCompile project(':sonar-testing-harness')
}
testCompile 'org.apache.logging.log4j:log4j-core'
testCompile 'org.assertj:assertj-guava'
testCompile 'org.mockito:mockito-core'
- testCompile project(':server:sonar-db-testing')
+ testCompile testFixtures(project(':server:sonar-db-dao'))
testCompile project(path: ":server:sonar-server-common", configuration: "tests")
testCompile project(':sonar-testing-harness')
testCompile 'com.github.kevinsawicki:http-request'
testCompile 'com.google.code.findbugs:jsr305'
+ testCompile 'com.h2database:h2'
testCompile 'com.squareup.okhttp3:mockwebserver'
testCompile 'com.tngtech.java:junit-dataprovider'
testCompile 'junit:junit'
testCompile 'org.hamcrest:hamcrest-all'
testCompile 'org.mockito:mockito-core'
testCompile 'org.subethamail:subethasmtp'
- testCompile project(':server:sonar-db-testing')
+ testCompile testFixtures(project(':server:sonar-db-dao'))
testCompile project(path: ":server:sonar-server-common", configuration: "tests")
testCompile project(path: ":server:sonar-webserver-auth", configuration: "tests")
testCompile project(path: ":server:sonar-webserver-es", configuration: "tests")
testCompile 'com.google.code.findbugs:jsr305'
testCompile 'com.tngtech.java:junit-dataprovider'
testCompile 'org.mockito:mockito-core'
- testCompile project(':server:sonar-db-testing')
+ testCompile testFixtures(project(':server:sonar-db-dao'))
testCompile project(path: ":server:sonar-webserver-auth", configuration: "tests")
testCompile project(path: ":server:sonar-server-common", configuration: "tests")
testCompile project(':sonar-testing-harness')
testCompile 'com.squareup.okhttp3:mockwebserver'
testCompile 'javax.servlet:javax.servlet-api'
testCompile 'org.mockito:mockito-core'
- testCompile project(':server:sonar-db-testing')
+ testCompile testFixtures(project(':server:sonar-db-dao'))
testCompile project(path: ":server:sonar-server-common", configuration: "tests")
testCompile project(path: ":server:sonar-webserver-auth", configuration: "tests")
testCompile project(path: ":server:sonar-webserver-es", configuration: "tests")
testCompile 'org.mockito:mockito-core'
testCompile 'org.eclipse.jetty:jetty-server'
testCompile 'org.eclipse.jetty:jetty-servlet'
- testCompile project(':server:sonar-db-testing')
+ testCompile testFixtures(project(':server:sonar-db-dao'))
testCompile project(path: ":server:sonar-server-common", configuration: "tests")
testCompile project(path: ":server:sonar-webserver-auth", configuration: "tests")
testCompile project(path: ":server:sonar-webserver-es", configuration: "tests")
include 'server:sonar-ce-common'
include 'server:sonar-ce-task'
include 'server:sonar-ce-task-projectanalysis'
-include 'server:sonar-db-testing'
include 'server:sonar-db-core'
include 'server:sonar-db-dao'
include 'server:sonar-db-migration'