How can one use XCTAssertNil with optional structs?
Question or problem in the Swift programming language: Update 3/23/2016 I just tested my original sample code below and it all compiles fine in XCode 7.3. Looks like XCTAssertNil was updated along the way to take an expression of type () throws -> Any? Therefore this question and answer may be no longer needed (except […]
Continue Reading