From 2806662125983758e3e3b5f4f8105745c539391b Mon Sep 17 00:00:00 2001 From: ToineSiebelink Date: Wed, 27 Jan 2021 10:47:04 +0000 Subject: Introducing Spock/Groovy for Data Integration Tests Replaced CpsAdminPersistenceServiceTest with CpsAdminPersistenceServiceSpec Replaced CpsDataPersistenceServiceTest with CpsDataPersistenceServiceSpec Replaced CpsModulePersistenceServiceTest with CpsModulePersistenceServiceSpec Extracted out common integration test base Rationalised test (there was a lot of duplication already!) Issue-ID: CPS-160 Signed-off-by: ToineSiebelink Change-Id: I3311533fba1398feb00b6adf4209399cea8d3a1b --- cps-dependencies/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cps-dependencies/pom.xml') diff --git a/cps-dependencies/pom.xml b/cps-dependencies/pom.xml index 173686021..23683f65c 100755 --- a/cps-dependencies/pom.xml +++ b/cps-dependencies/pom.xml @@ -111,6 +111,11 @@ postgresql ${testcontainers.version} + + org.testcontainers + spock + ${testcontainers.version} + com.github.spotbugs spotbugs -- cgit 1.2.3-korg