inline expect fun <reified T : Throwable> assertFailsAndContainsCause( block: () -> Unit): Unit
Check that block completed with given type of root cause.