fun <T> Assert<Result<T>>.returnedValue(f: Assert<T>.() -> Unit): Unit
Runs the given lambda if the block returns a value, otherwise fails.