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

OZG-4391 OZG-4417 rename test classes

parent 321c8fd9
No related branches found
No related tags found
No related merge requests found
...@@ -289,7 +289,7 @@ class VorgangWithEingangProzessorTest { ...@@ -289,7 +289,7 @@ class VorgangWithEingangProzessorTest {
class TestHasVorgangCreateBescheidEnabled { class TestHasVorgangCreateBescheidEnabled {
@Nested @Nested
class TestWhenBescheidPropertiesEmpty { class TestOnEmptyBescheidProperties {
@BeforeEach @BeforeEach
void setUp() { void setUp() {
...@@ -306,7 +306,7 @@ class VorgangWithEingangProzessorTest { ...@@ -306,7 +306,7 @@ class VorgangWithEingangProzessorTest {
} }
@Nested @Nested
class TestWhenVorgangDataNotComplete { class TestOnVorgangDataNotComplete {
@Test @Test
void shouldReturnFalseIfEingangNull() { void shouldReturnFalseIfEingangNull() {
...@@ -346,7 +346,7 @@ class VorgangWithEingangProzessorTest { ...@@ -346,7 +346,7 @@ class VorgangWithEingangProzessorTest {
} }
@Nested @Nested
class TestWhenBescheidPropertiesSet { class TestOnBescheidPropertiesSet {
@BeforeEach @BeforeEach
void setUp() { void setUp() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment