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

shouldBeAfter

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

Assert that Timestamp is after anotherTimestamp.

See Also

shouldNotBeAfter