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