Ejemplo n.º 1
0
 @Test
 @Ignore
 public void testGetCurrentInterval() throws Exception {
   final long interval = 45201600L;
   assertEquals(interval, clock.getCurrentInterval());
 }