Skip to content
Snippets Groups Projects
Commit 1def39f7 authored by OZG-Cloud Team's avatar OZG-Cloud Team
Browse files

OZG-5412 XtaITCase: Test brauchtumsfeuer zip

parent 7c7b7a24
Branches
Tags
No related merge requests found
...@@ -30,6 +30,7 @@ public class MockResponseTestFactory { ...@@ -30,6 +30,7 @@ public class MockResponseTestFactory {
public static final Map<String, String> MESSAGE_TYPE_BY_ATTACHMENT_FILENAME = Map.of( public static final Map<String, String> MESSAGE_TYPE_BY_ATTACHMENT_FILENAME = Map.of(
"mantelantrag_without_anlage.zip", "Geschaeftsgang.Geschaeftsgang.0201", "mantelantrag_without_anlage.zip", "Geschaeftsgang.Geschaeftsgang.0201",
"dfoerdermittel_without_anlage.zip", "Geschaeftsgang.Geschaeftsgang.0201", "dfoerdermittel_without_anlage.zip", "Geschaeftsgang.Geschaeftsgang.0201",
"brauchtumsfeuer_without_anlage.zip", "Geschaeftsgang.Geschaeftsgang.0201",
"versammlungsanzeige.xml", "fim.S17000652.17000652001004", "versammlungsanzeige.xml", "fim.S17000652.17000652001004",
"mantelantrag_with_anlage.zip", "Geschaeftsgang.Geschaeftsgang.0201", "mantelantrag_with_anlage.zip", "Geschaeftsgang.Geschaeftsgang.0201",
"dfoerdermittel_with_anlage.zip", "Geschaeftsgang.Geschaeftsgang.0201", "dfoerdermittel_with_anlage.zip", "Geschaeftsgang.Geschaeftsgang.0201",
...@@ -46,6 +47,7 @@ public class MockResponseTestFactory { ...@@ -46,6 +47,7 @@ public class MockResponseTestFactory {
private static final Map<String, String> METADATA_NAME_ATTACHMENT_FILENAME = Map.of( private static final Map<String, String> METADATA_NAME_ATTACHMENT_FILENAME = Map.of(
"mantelantrag_without_anlage.zip", "afm", "mantelantrag_without_anlage.zip", "afm",
"brauchtumsfeuer_without_anlage.zip", "afm",
"dfoerdermittel_without_anlage.zip", "dfoerdermittel", "dfoerdermittel_without_anlage.zip", "dfoerdermittel",
"versammlungsanzeige.xml", "versammlungsanzeige", "versammlungsanzeige.xml", "versammlungsanzeige",
"mantelantrag_with_anlage.zip", "afm", "mantelantrag_with_anlage.zip", "afm",
......
...@@ -210,7 +210,11 @@ class XtaITCase { ...@@ -210,7 +210,11 @@ class XtaITCase {
@Target({ ElementType.METHOD }) @Target({ ElementType.METHOD })
@Retention(RetentionPolicy.RUNTIME) @Retention(RetentionPolicy.RUNTIME)
@ParameterizedTest @ParameterizedTest
@ValueSource(strings = { "dfoerdermittel_without_anlage.zip", "mantelantrag_without_anlage.zip" }) @ValueSource(strings = {
"dfoerdermittel_without_anlage.zip",
"brauchtumsfeuer_without_anlage.zip",
"mantelantrag_without_anlage.zip"
})
@interface TestZipFileNamesWithoutAnlage { @interface TestZipFileNamesWithoutAnlage {
} }
...@@ -227,6 +231,7 @@ class XtaITCase { ...@@ -227,6 +231,7 @@ class XtaITCase {
@ValueSource(strings = { @ValueSource(strings = {
"dfoerdermittel_without_anlage.zip", "dfoerdermittel_without_anlage.zip",
"mantelantrag_without_anlage.zip", "mantelantrag_without_anlage.zip",
"brauchtumsfeuer_without_anlage.zip",
"dfoerdermittel_with_anlage.zip", "dfoerdermittel_with_anlage.zip",
"mantelantrag_with_anlage.zip", "mantelantrag_with_anlage.zip",
}) })
...@@ -258,6 +263,7 @@ class XtaITCase { ...@@ -258,6 +263,7 @@ class XtaITCase {
@ValueSource(strings = { @ValueSource(strings = {
"dfoerdermittel_without_anlage.zip", "dfoerdermittel_without_anlage.zip",
"mantelantrag_without_anlage.zip", "mantelantrag_without_anlage.zip",
"brauchtumsfeuer_without_anlage.zip",
"dfoerdermittel_with_anlage.zip", "dfoerdermittel_with_anlage.zip",
"mantelantrag_with_anlage.zip", "mantelantrag_with_anlage.zip",
"waffenschein.zip" "waffenschein.zip"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment