@Test
 public void test_timeDiffInM() {
   tD1 = Values.timeDiffInS(60);
   tD2 = Values.timeDiffInM(1);
   assertEquals(tD1, tD2);
 }