Reading List

Casting in XCTest Methods from Michael Tsai RSS feed.

Casting in XCTest Methods

Paul Samuels: The XCTest framework added the super helpful function XCTUnwrap back in Xcode 11. At the time I added a similar helper to my various projects to help smooth over the many cases where casting is required. The idea is to have a similar call site to XCTUnwrap but for use in situations where […]