Reading List
Swift Parameterized Testing from Michael Tsai RSS feed.
Swift Parameterized Testing
Keith Harrison: Swift Testing calls the test function once for each value in the arguments collection. […] If you pass a second argument, Swift Testing generates test cases for all combinations of the two arguments. […] You’re limited to at most two arguments. If you don’t need every combination you can zip the arguments to […]