Reading List
Swift Testing: Test Scoping Traits from Michael Tsai RSS feed.
Swift Testing: Test Scoping Traits
Holly Borla: Swift 6.1 enables custom Swift Testing traits to perform logic before or after tests run in order to share set-up or tear-down logic. If you write a custom trait type which conforms to the new TestScoping protocol, you can implement a method to customize the scope in which each test or suite the […]