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

shouldNotBeBetween

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

Assert that Instant is between fromInstant and toInstant.

See Also

shouldBeBetween