Added testing of out of range test
This commit is contained in:
parent
a2746b6323
commit
66bb820dd9
|
@ -99,6 +99,7 @@ public class CDC1604DashP6Test {
|
||||||
Assertions.assertEquals("01201337", out);
|
Assertions.assertEquals("01201337", out);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
public void testNumberPieOutOfRange() throws Exception {
|
public void testNumberPieOutOfRange() throws Exception {
|
||||||
List<CDC1604DashP6> cdc = new ArrayList<>();
|
List<CDC1604DashP6> cdc = new ArrayList<>();
|
||||||
cdc.add(CDC1604DashP6._WORD_NUMBER);
|
cdc.add(CDC1604DashP6._WORD_NUMBER);
|
||||||
|
|
Loading…
Reference in a new issue