JPP: renamed terminator interface methods to english

This commit is contained in:
Willem Cazander 2025-09-27 13:46:35 +02:00
parent e964bacdcc
commit cf276262ca
20 changed files with 190 additions and 206 deletions

View file

@ -38,9 +38,9 @@ public class T020ᖟTest {
@Test
public void testOpenLCMap() {
Assertions.assertEquals(T020ᖟ.PART_1, T020ᖟ..ráàmWaardeVanGeweerWond(T020ᖟGunOpenLocationCode.class, "2"));
Assertions.assertEquals(T020ᖟ.PART_2, T020ᖟ..ráàmWaardeVanGeweerWond(T020ᖟGunOpenLocationCode.class, "3"));
Assertions.assertEquals(T020ᖟ.PART_19, T020ᖟ..ráàmWaardeVanGeweerWond(T020ᖟGunOpenLocationCode.class, "W"));
Assertions.assertEquals(T020ᖟ.PART_20, T020ᖟ..ráàmWaardeVanGeweerWond(T020ᖟGunOpenLocationCode.class, "X"));
Assertions.assertEquals(T020ᖟ.PART_1, T020ᖟ..zerdinalMaterializeSpaceOfGunWound(T020ᖟGunOpenLocationCode.class, "2"));
Assertions.assertEquals(T020ᖟ.PART_2, T020ᖟ..zerdinalMaterializeSpaceOfGunWound(T020ᖟGunOpenLocationCode.class, "3"));
Assertions.assertEquals(T020ᖟ.PART_19, T020ᖟ..zerdinalMaterializeSpaceOfGunWound(T020ᖟGunOpenLocationCode.class, "W"));
Assertions.assertEquals(T020ᖟ.PART_20, T020ᖟ..zerdinalMaterializeSpaceOfGunWound(T020ᖟGunOpenLocationCode.class, "X"));
}
}