Refactoring

REL-BRANCH-PropertyToJavaGenerator-0.0.3
Markus Kreth 7 years ago
parent e6d324477f
commit 1289c8d6e9
  1. 7
      src/test/java/de/kreth/property2java/replace/ReplacementTest.java

@ -1,4 +1,4 @@
package de.kreth.property2java; package de.kreth.property2java.replace;
import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertNotNull; import static org.junit.jupiter.api.Assertions.assertNotNull;
@ -19,17 +19,12 @@ class ReplacementTest {
private Replacement labelLogout; private Replacement labelLogout;
private Replacement captionInvoiceItemAdd;
private Replacement captionUserDetails; private Replacement captionUserDetails;
@BeforeEach @BeforeEach
void initTestItem() { void initTestItem() {
captionArticles = new Replacement("de.kreth.clubinvoice", "Application_Properties", "CAPTION_ARTICLES", captionArticles = new Replacement("de.kreth.clubinvoice", "Application_Properties", "CAPTION_ARTICLES",
"CAPTION1_ARTICLES"); "CAPTION1_ARTICLES");
captionInvoiceItemAdd = new Replacement("de.kreth.clubinvoice", "Application_Properties",
"CAPTION_INVOICEITEM_ADD",
"CAPTION1_INVOICEITEM_ADD");
captionUserDetails = new Replacement("de.kreth.clubinvoice", "Application_Properties", captionUserDetails = new Replacement("de.kreth.clubinvoice", "Application_Properties",
"CAPTION_USER_DETAILS", "CAPTION_USER_DETAILS",
"CAPTION1_USER_DETAILS"); "CAPTION1_USER_DETAILS");
Loading…
Cancel
Save