cause instanceof UnsupportedOperationException) {
return;
}
TestAssertionFailure error = new TestAssertionFailure(
"wrong exception thrown from " + func + ": " + cause);
error.initCause(cause);
throw error;
}
}
private static boolean parameterIsPrimitiveOrNullable(