kotest-assertions-core / io.kotest.matchers.date / java.time.LocalDate / shouldBeToday

shouldBeToday

fun LocalDate.shouldBeToday(): Unit

Asserts that the LocalDate is today

    LocalDate.now().shouldBeToday() // Assertion passes