Reading List
Swift Testing With Event Streams from Michael Tsai RSS feed.
Swift Testing With Event Streams
Matt Massicotte: The original implementation used XCTestExpectation to do it. […] At first, I thought that I could use Swift Testing’s confirmation system to handle this. […] But this had two problems. The obvious one is the nesting. I couldn’t figure out an easy way to avoid it. And in fact, my real code had […]