Reading List
Swift Testing Proposal: Exit Tests from Michael Tsai RSS feed.
Swift Testing Proposal: Exit Tests
ST-0008: One of the first enhancement requests we received for Swift Testing was the ability to test for precondition failures and other critical failures that terminate the current process when they occur. […] This proposal introduces new overloads of the #expect() and #require() macros that take, as an argument, a closure to be executed in […]