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

shouldBeBetween

fun Timestamp.shouldBeBetween(fromTimestamp: Timestamp, toTimestamp: Timestamp): Unit

Assert that Timestamp is between fromTimestamp and toTimestamp.

See Also

shouldNotBeBetween