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

OZG-4693 extend antragsteller test factory

parent 14092b31
Branches
Tags
No related merge requests found
......@@ -43,6 +43,10 @@ public class AntragstellerTestFactory {
public static final String GEBURTSDATUM = "30.8.1955";
public static final String GEBURTSORT = "Mülheim an der Ruhr";
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 POSTFACH_ID = UUID.randomUUID().toString();
......@@ -60,6 +64,10 @@ public class AntragstellerTestFactory {
.geburtsort(GEBURTSORT)
.email(EMAIL)
.telefon(TELEFON)
.strasse(STRASSE)
.hausnummer(HAUSNUMMER)
.plz(PLZ)
.ort(ORT)
.postfachId(POSTFACH_ID)
.data(Map.of(GEBIET_BEZEICHNUNG_KEY, GEBIET_BEZEICHNUNG_VALUE,
SUB_PERSOENLICHE_EIGNUNG,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment