diff options
| author | Paul-Christian Volkmer | 2023-10-05 11:37:10 +0200 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2023-10-05 11:37:10 +0200 |
| commit | 1e1db1c4d9cf0810056287c8895b1662c16daf2c (patch) | |
| tree | bbd549713026fb537c95ddcfc5420b777d46da8c /src/test/kotlin | |
| parent | 7440fe1e23e730fd526a814cfde7cc86e105cf70 (diff) | |
Issue #12: Add application config for transformation configuration
Diffstat (limited to 'src/test/kotlin')
| -rw-r--r-- | src/test/kotlin/dev/dnpm/etl/processor/services/TransformationServiceTest.kt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/test/kotlin/dev/dnpm/etl/processor/services/TransformationServiceTest.kt b/src/test/kotlin/dev/dnpm/etl/processor/services/TransformationServiceTest.kt index c6cd645..5b34562 100644 --- a/src/test/kotlin/dev/dnpm/etl/processor/services/TransformationServiceTest.kt +++ b/src/test/kotlin/dev/dnpm/etl/processor/services/TransformationServiceTest.kt @@ -1,3 +1,22 @@ +/* + * This file is part of ETL-Processor + * + * Copyright (c) 2023 Comprehensive Cancer Center Mainfranken, Datenintegrationszentrum Philipps-Universität Marburg and Contributors + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published + * by the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see <https://www.gnu.org/licenses/>. + */ + package dev.dnpm.etl.processor.services import com.fasterxml.jackson.databind.ObjectMapper |
