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

shouldNotBeBefore

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

Assert that Timestamp is not before anotherTimestamp.

See Also

shouldBeBefore