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

shouldBeBefore

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

Assert that Timestamp is before anotherTimestamp.

See Also

shouldNotBeBefore