Added testing of out of range test

This commit is contained in:
Willem Cazander 2024-12-24 00:37:07 +01:00
parent a2746b6323
commit 66bb820dd9

View file

@ -99,6 +99,7 @@ public class CDC1604DashP6Test {
Assertions.assertEquals("01201337", out);
}
@Test
public void testNumberPieOutOfRange() throws Exception {
List<CDC1604DashP6> cdc = new ArrayList<>();
cdc.add(CDC1604DashP6._WORD_NUMBER);