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-ri/pom.xml | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) (limited to 'cps-ri/pom.xml') diff --git a/cps-ri/pom.xml b/cps-ri/pom.xml index 1805986c7b..005fa272f8 100644 --- a/cps-ri/pom.xml +++ b/cps-ri/pom.xml @@ -41,16 +41,47 @@ org.modelmapper modelmapper - + + + org.codehaus.groovy + groovy + test + + + org.spockframework + spock-core + test + + + org.spockframework + spock-spring + test + + + cglib + cglib-nodep + test + org.springframework.boot spring-boot-starter-test test + + + org.junit.vintage + junit-vintage-engine + + org.testcontainers postgresql test + + org.testcontainers + spock + test + -- cgit 1.2.3-korg