Skip to content
Snippets Groups Projects
Commit c12258a3 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-4693 extend antragsteller test factory

parent 14092b31
No related branches found
No related tags found
No related merge requests found
...@@ -43,6 +43,10 @@ public class AntragstellerTestFactory { ...@@ -43,6 +43,10 @@ public class AntragstellerTestFactory {
public static final String GEBURTSDATUM = "30.8.1955"; public static final String GEBURTSDATUM = "30.8.1955";
public static final String GEBURTSORT = "Mülheim an der Ruhr"; public static final String GEBURTSORT = "Mülheim an der Ruhr";
public static final String EMAIL = "schneider@helgeschneider.local"; public static final String EMAIL = "schneider@helgeschneider.local";
public static final String STRASSE = "Musterstraße";
public static final String HAUSNUMMER = "1";
public static final String PLZ = "12345";
public static final String ORT = "Musterstadt";
public static final String TELEFON = "+ 0176 888 666 222XX"; public static final String TELEFON = "+ 0176 888 666 222XX";
public static final String POSTFACH_ID = UUID.randomUUID().toString(); public static final String POSTFACH_ID = UUID.randomUUID().toString();
...@@ -60,6 +64,10 @@ public class AntragstellerTestFactory { ...@@ -60,6 +64,10 @@ public class AntragstellerTestFactory {
.geburtsort(GEBURTSORT) .geburtsort(GEBURTSORT)
.email(EMAIL) .email(EMAIL)
.telefon(TELEFON) .telefon(TELEFON)
.strasse(STRASSE)
.hausnummer(HAUSNUMMER)
.plz(PLZ)
.ort(ORT)
.postfachId(POSTFACH_ID) .postfachId(POSTFACH_ID)
.data(Map.of(GEBIET_BEZEICHNUNG_KEY, GEBIET_BEZEICHNUNG_VALUE, .data(Map.of(GEBIET_BEZEICHNUNG_KEY, GEBIET_BEZEICHNUNG_VALUE,
SUB_PERSOENLICHE_EIGNUNG, SUB_PERSOENLICHE_EIGNUNG,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment