assertFailsAndContainsCause

expect inline fun <T : Throwable> assertFailsAndContainsCause(block: () -> Unit)

Asserts that block completed with given type of root cause.

actual inline fun <T : Throwable> assertFailsAndContainsCause(block: () -> Unit)

Check that block completed with given type of root cause.

actual inline fun <T : Throwable> assertFailsAndContainsCause(block: () -> Unit)

Check that block completed with given type of root cause.