Exemple #1
0
 /**
  * Test method for {@link Main.Date#addDays(int)}.
  *
  * @throws ParseException
  */
 @Test
 public void testAddDays() throws ParseException {
   d.addDays(1);
   assertEquals(d.getDay(), 26);
 }