kotest-assertions-core / io.kotest.matchers.date / java.time.Instant / shouldBeBetween

shouldBeBetween

fun Instant.shouldBeBetween(fromInstant: Instant, toInstant: Instant): Unit

Assert that Instant is between fromInstant and toInstant.

See Also

shouldNotBeBetween