Proposal: XCTest Support for Swift Error Handling

Chris Hanson: Swift 2 introduced a new error handling mechanism that, for completeness, needs to be accommodated by our testing frameworks. Right now, to write tests that involve methods that may throw an error, a developer needs to incorporate significant boilerplate into their test. We should move this into the framework in several ways, so … Continue reading Proposal: XCTest Support for Swift Error Handling