Avatar
do { ... XCTAssertEqual(try result.get(), ...) ... } catch { XCTFail("\(error)") } とか。 (edited)