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

OZG-1517 move SubFormTestFactory

parent d55800a6
No related branches found
No related tags found
No related merge requests found
package de.itvsh.ozg.pluto.vorgang;
package de.itvsh.kop.pluto.common.grpc;
import de.itvsh.ozg.pluto.vorgang.GrpcFormField;
import de.itvsh.ozg.pluto.vorgang.GrpcSubForm;
public class GrpcSubFormTestFactory {
public static final String TITLE = "kontakt";
public static final String FIELD_NAME = EingangTestFactory.SINGLE_FIELD_NAME;
public static final String FIELD_VALUE = EingangTestFactory.SINGLE_FIELD_VALUE;
public static final String FIELD_NAME = "name";
public static final String FIELD_VALUE = "Thea";
public static final String SUBFORM_NAME = EingangTestFactory.SUBFORM_NAME;
public static final String SUBFORM_FIELD_NAME = EingangTestFactory.SUBFORM_FIELD_NAME;
public static final String SUBFORM_FIELD_VALUE = EingangTestFactory.SUBFORM_FIELD_VALUE;
public static final String SUBFORM_NAME = "kontakt";
public static final String SUBFORM_FIELD_NAME = "E-Mail";
public static final String SUBFORM_FIELD_VALUE = "thea@mailinator.de";
public static GrpcSubForm create() {
return createBuilder().build();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment