Searched refs:epochSecs (Results 1 – 1 of 1) sorted by relevance
163 private void check(Instant instant, long epochSecs, int nos) { in check() argument164 assertEquals(instant.getEpochSecond(), epochSecs); in check() local