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

OZG-4238 OZG-4359 initialize field in defintion

parent 3fb01bf9
No related branches found
No related tags found
No related merge requests found
...@@ -28,11 +28,10 @@ class AnwendungsspezifischeErweiterungTypeCreatorTest { ...@@ -28,11 +28,10 @@ class AnwendungsspezifischeErweiterungTypeCreatorTest {
class TestCreate { class TestCreate {
private final VorgangWithEingang vorgang = VorgangWithEingangTestFactory.create(); private final VorgangWithEingang vorgang = VorgangWithEingangTestFactory.create();
private FeldgruppeType feldgruppeType; private final FeldgruppeType feldgruppeType = new FeldgruppeType();
@BeforeEach @BeforeEach
void init() { void init() {
feldgruppeType = new FeldgruppeType();
when(feldGruppeTypeCreator.create(vorgang)).thenReturn(feldgruppeType); when(feldGruppeTypeCreator.create(vorgang)).thenReturn(feldgruppeType);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment