Ejemplo n.º 1
0
 /**
  * For now this method will test the createPacket method of a PSC to make sure it properly
  * initiates the PATH message sequence.
  */
 @Test
 public void testPATHInit() {
   lsrA.createPacket(7);
   for (int i = 0; i < 30; i++) {
     this.tock();
   }
 }