infix fun <ERROR CLASS>.shouldHaveHour(hour: Int): <ERROR CLASS>
Asserts that the hour inputted is equaled the date time hour
val date = Date(2019, 2, 15, 12, 10, 0, 0) date.shouldHaveHour(12) // Assertion passes