コード例 #1
0
 /** Confirm that both of the transports have the expected current date. */
 private void assertCorrectCurrentDate(Date currentDate) {
   assertEquals("transport1 date", currentDate, transport1.getCurrentDate());
   assertEquals("transport2 date", currentDate, transport2.getCurrentDate());
 }