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

shouldNotBeBefore

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

Assert that Instant is not before anotherInstant.

See Also

shouldBeBefore