MCPcopy Create free account
hub / github.com/OpenTSDB/opentsdb / currentTimeMillis

Method currentTimeMillis

test/utils/TestDateTime.java:534–539  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

532 }
533
534 @Test
535 public void currentTimeMillis() {
536 PowerMockito.mockStatic(System.class);
537 when(System.currentTimeMillis()).thenReturn(1388534400000L);
538 assertEquals(1388534400000L, DateTime.currentTimeMillis());
539 }
540
541 @Test
542 public void nanoTime() {

Calls 1

currentTimeMillisMethod · 0.95

Tested by

no test coverage detected