kotest-assertions-core / io.kotest.matchers.date / java.time.ZonedDateTime / shouldNotBeToday

shouldNotBeToday

fun ZonedDateTime.shouldNotBeToday(): Unit

Asserts that the ZonedDateTime does not have a date component of today

    ZonedDateTime.of(2009, Month.APRIL, 2,2,2).shouldNotBeToday() // Assertion passes