Searched refs:testForInstant (Results 1 – 1 of 1) sorted by relevance
45 testForInstant(Instant.ofEpochSecond(500L, 10)); in forInstant_normal()50 testForInstant(Instant.MIN); in forInstant_minimum()55 testForInstant(Instant.MAX); in forInstant_maximum()60 testForInstant(null); in forInstant_null()63 private void testForInstant(Instant instant) { in testForInstant() method in ParcellingTests