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

shouldBeAfter

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

Assert that Instant is after anotherInstant.

See Also

shouldNotBeAfter