예제 #1
0
 @Test
 public void checkSizeLimitAdvanced() {
   NceConsist c = new NceConsist(3, memo);
   // send a reply the memory read instruction trigged by the constructor above.
   nnis.sendTestReply(new NceReply(nnis, "00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00"), null);
   c.setConsistType(jmri.Consist.ADVANCED_CONSIST);
   Assert.assertEquals("Advanced Consist Limit", 6, c.sizeLimit());
   c.dispose();
 }