Add assertions to understand if a `Raise<E>() -> A` succeeded or failed. The new assertions should behave like the following: ```kotlin RaiseAssert.assertThat({function()}).succeeds() RaiseAssert.assertThat({function()}}.fails() ```