Searched refs:expectedTime (Results 1 – 2 of 2) sorted by relevance
87 Instant expectedTime = Instant.ofEpochSecond(1688768000, 123456789); in testGetRfFieldEventTimeMillis() local89 .setRfFieldOnTime(expectedTime) in testGetRfFieldEventTimeMillis()91 assertEquals(expectedTime, item.getRfFieldEventTimeMillis()); in testGetRfFieldEventTimeMillis()
95 int expectedTime = creationTime + TTL_TIME_SEC; in testConfigTtl() local104 ).that(Math.abs(stats.getDeletionTimeSec() - expectedTime)).isAtMost(3); in testConfigTtl()118 ).that(Math.abs(stats.getCreationTimeSec() - expectedTime)).isAtMost(3); in testConfigTtl()