aboutsummaryrefslogtreecommitdiffstats
path: root/cps-dependencies
diff options
context:
space:
mode:
authorToineSiebelink <toine.siebelink@est.tech>2021-01-27 10:47:04 +0000
committerToineSiebelink <toine.siebelink@est.tech>2021-01-29 09:50:25 +0000
commit2806662125983758e3e3b5f4f8105745c539391b (patch)
treed0a070791681ce3d496c2ffa031c7cdf92d4e97d /cps-dependencies
parent4bcccd1a0b84f637c9383b31299ee9bd84f5f486 (diff)
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 <toine.siebelink@est.tech> Change-Id: I3311533fba1398feb00b6adf4209399cea8d3a1b
Diffstat (limited to 'cps-dependencies')
-rwxr-xr-xcps-dependencies/pom.xml5
1 files changed, 5 insertions, 0 deletions
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
@@ -112,6 +112,11 @@
<version>${testcontainers.version}</version>
</dependency>
<dependency>
+ <groupId>org.testcontainers</groupId>
+ <artifactId>spock</artifactId>
+ <version>${testcontainers.version}</version>
+ </dependency>
+ <dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs</artifactId>
<version>${spotbugs.version}</version>