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

shouldNotBeBetween

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

Assert that Timestamp is not between fromTimestamp and toTimestamp.

See Also

shouldNotBeBetween