From 21015ff06d9c3a53596e60697aaab6f802c3154c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20B=C3=B6ckelmann?= Date: Fri, 10 Nov 2023 20:44:26 +0100 Subject: [PATCH] Initialize Testing of Testservice --- backend/.idea/workspace.xml | 104 +++++++++--------- backend/pom.xml | 7 +- .../core/taskgroups/TaskgroupServiceTest.java | 68 ++++++++++++ .../src/test/resources/application.properties | 8 +- 4 files changed, 134 insertions(+), 53 deletions(-) create mode 100644 backend/src/test/java/core/taskgroups/TaskgroupServiceTest.java diff --git a/backend/.idea/workspace.xml b/backend/.idea/workspace.xml index ec8b0d2..0590447 100644 --- a/backend/.idea/workspace.xml +++ b/backend/.idea/workspace.xml @@ -4,11 +4,11 @@