コード例 #1
0
ファイル: TestNet1.java プロジェクト: jerrytaotz/ps18756
 /**
  * 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();
   }
 }