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

shouldBeBefore

infix fun Instant.shouldBeBefore(anotherInstant: Instant): Unit

Assert that Instant is before anotherInstant.

See Also

shouldNotBeBefore