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

shouldNotBeAfter

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

Assert that Instant is not after anotherInstant.

See Also

shouldNotBeAfter