kotest-assertions-core / io.kotest.matchers.date / java.sql.Timestamp / shouldNotBeAfter

shouldNotBeAfter

infix fun Timestamp.shouldNotBeAfter(anotherTimestamp: Timestamp): Unit

Assert that Timestamp is not after anotherTimestamp.

See Also

shouldBeAfter