assertFailsAndContainsCause
expect inline fun <T : Throwable> assertFailsAndContainsCause(block: () -> Unit)
Content copied to clipboard
Asserts that block completed with given type of root cause.
actual inline fun <T : Throwable> assertFailsAndContainsCause(block: () -> Unit)
Content copied to clipboard
Check that block completed with given type of root cause.
actual inline fun <T : Throwable> assertFailsAndContainsCause(block: () -> Unit)
Content copied to clipboard
Check that block completed with given type of root cause.
actual inline fun <T : Throwable> assertFailsAndContainsCause(block: () -> Unit)
Content copied to clipboard
Check that block completed with given type of root cause.