Exemple #1
0
 /**
  * Test method for {@link Main.Date#setSeconds(int)}.
  *
  * @throws ParseException
  */
 @Test
 public void testSetSeconds() throws ParseException {
   d.setSeconds(30);
   ;
   assertEquals(d.getSeconds(), 30);
 }